GET /api/bet_types/f51df3a4-0dff-46ad-bcd8-cc072bc9d070/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f51df3a4-0dff-46ad-bcd8-cc072bc9d070",
    "match": "https://api-prod.gambitprofit.com/api/matches/107523f0-1031-4ae8-aa7a-c615b5d5aea7/?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": "COL (K Freeland)",
                "amount": 5189.0
            },
            {
                "team": "SFO (J Brebbia)",
                "amount": 4811.0
            }
        ],
        "expected_reward_tokens": 9236.42,
        "profit_sb": 236.42,
        "profit_sb_percentage": 2.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b7f626e-f6f3-4bec-bf76-d84db4ceaf7e",
            "gambit_id": "b18ed1c3-a9dc-4fb9-b081-168aa9a67478",
            "last_updated": "2022-09-21T16:11:56.150080-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "1.78000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f51df3a4-0dff-46ad-bcd8-cc072bc9d070/?format=api"
        },
        {
            "id": "990e7af3-5bd4-4b5a-8991-9b34be9c84a5",
            "gambit_id": "d07eafd4-3fe1-403f-a0e3-9b13663fbe37",
            "last_updated": "2022-09-21T16:11:56.151102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (J Brebbia)",
            "reward": "1.92000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f51df3a4-0dff-46ad-bcd8-cc072bc9d070/?format=api"
        }
    ]
}