GET /api/bet_types/d45f789e-1bc3-43fd-b365-01a5c63f67e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d45f789e-1bc3-43fd-b365-01a5c63f67e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b9aa0e-70e4-4315-8dec-b7b0527150a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "SEA (M Gonzales)",
                "amount": 5285.0
            },
            {
                "team": "TEX (J Gray)",
                "amount": 4715.0
            }
        ],
        "expected_reward_tokens": 9194.25,
        "profit_sb": 194.25,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "4973575f-d767-45c2-b134-27f01bc0a953",
            "gambit_id": "0c793144-f2f4-47ca-a6b3-aee1b3393b8a",
            "last_updated": "2022-09-30T09:47:09.184613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (M Gonzales)",
            "reward": "1.74000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d45f789e-1bc3-43fd-b365-01a5c63f67e8/?format=api"
        },
        {
            "id": "d98895b5-0be6-4e0d-a6f1-7f38002dbede",
            "gambit_id": "3fb34048-dca4-48f1-9ecb-742e80a3b92a",
            "last_updated": "2022-09-30T09:47:09.183619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (J Gray)",
            "reward": "1.95000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d45f789e-1bc3-43fd-b365-01a5c63f67e8/?format=api"
        }
    ]
}