GET /api/bet_types/ce3a40d4-3df7-4100-91dc-88559888c490/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce3a40d4-3df7-4100-91dc-88559888c490",
    "match": "https://api-prod.gambitprofit.com/api/matches/264f64a5-87ac-458f-bf5b-334c257084ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:01.129920-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": "Tampa Bay Lightning",
                "amount": 6458.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "53b1b102-8b3b-435d-9f27-8229174d7494",
            "gambit_id": "3640b8db-cdc1-4b50-abe0-aca0cfdf3454",
            "last_updated": "2023-04-28T11:22:25.759498-04:00",
            "created_at": "2023-04-27T11:52:01.132806-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce3a40d4-3df7-4100-91dc-88559888c490/?format=api"
        },
        {
            "id": "0efb2ef0-8efc-4502-b58d-c39fc6958aae",
            "gambit_id": "6aa56a7f-7f4f-43bd-ad83-c2d6256a4ab0",
            "last_updated": "2023-04-28T11:22:25.758350-04:00",
            "created_at": "2023-04-27T11:52:01.131305-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce3a40d4-3df7-4100-91dc-88559888c490/?format=api"
        }
    ]
}