GET /api/bet_types/1735c519-c0b6-4964-b6f0-57eb2239e028/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1735c519-c0b6-4964-b6f0-57eb2239e028",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddce5dc8-5fd4-4935-a07e-ada5a29f8478/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:09.922363-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Vegas Golden Knights",
                "amount": 6241.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "e27e76ba-856e-45be-9c14-d90f397910d5",
            "gambit_id": "ee8c2200-a71e-490b-8b74-3a95c0ff068f",
            "last_updated": "2023-03-15T13:57:05.352299-04:00",
            "created_at": "2023-03-14T09:37:09.925415-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1735c519-c0b6-4964-b6f0-57eb2239e028/?format=api"
        },
        {
            "id": "d79c6fb4-8388-46c4-903f-c34604dc5422",
            "gambit_id": "ecf920eb-a6ad-4ea3-b875-0a18a19dbb1c",
            "last_updated": "2023-03-15T13:57:05.351293-04:00",
            "created_at": "2023-03-14T09:37:09.923858-04:00",
            "name": "Philadelphia Flyers",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1735c519-c0b6-4964-b6f0-57eb2239e028/?format=api"
        }
    ]
}