GET /api/bet_types/b8b37e7b-7af8-41c8-968e-7527744645e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8b37e7b-7af8-41c8-968e-7527744645e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd08811-fd99-405b-a129-cbfc3d38a09f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T08:43:13.514492-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": "ATL (S Strider)",
                "amount": 6885.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc5ee862-41f9-48b5-a03c-cdbb7f592cf0",
            "gambit_id": "fb7b92b0-3899-4e8f-814a-8e6a0951be3a",
            "last_updated": "2023-08-21T10:18:06.777827-04:00",
            "created_at": "2023-08-18T08:43:13.524615-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8b37e7b-7af8-41c8-968e-7527744645e1/?format=api"
        },
        {
            "id": "22e29ad8-d88e-4382-9ab0-887775e2272e",
            "gambit_id": "d55f9c11-b43c-4fe2-814f-fd47c64c3f96",
            "last_updated": "2023-08-21T10:18:06.773737-04:00",
            "created_at": "2023-08-18T08:43:13.519447-04:00",
            "name": "SFO (A Cobb)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8b37e7b-7af8-41c8-968e-7527744645e1/?format=api"
        }
    ]
}