GET /api/bet_types/69e8a867-3492-4e69-8c40-ed5377736ccd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69e8a867-3492-4e69-8c40-ed5377736ccd",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e7bee78-1e99-459b-92fe-8857601f9151/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-04T10:52:12.505810-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eec2d49e-8722-4ac3-879b-6368ac1f61e8",
            "gambit_id": "7bafaffa-745e-4245-a9d1-05edbc5fec4b",
            "last_updated": "2023-05-05T11:47:08.937051-04:00",
            "created_at": "2023-05-04T10:52:12.509099-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e8a867-3492-4e69-8c40-ed5377736ccd/?format=api"
        },
        {
            "id": "f1dd63e0-c942-4911-a5d2-8955af092a16",
            "gambit_id": "2559cbe3-0705-42e0-a7e0-c3c0bd5fb8aa",
            "last_updated": "2023-05-05T11:47:08.934477-04:00",
            "created_at": "2023-05-04T10:52:12.507460-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e8a867-3492-4e69-8c40-ed5377736ccd/?format=api"
        }
    ]
}