GET /api/bet_types/7cfd354a-939f-41c8-8515-23ab0fd84bc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cfd354a-939f-41c8-8515-23ab0fd84bc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf1f4257-4dcc-411d-97bf-3a4fe51e6a46/?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": "DET (M Manning)",
                "amount": 5561.0
            },
            {
                "team": "KAN (D Lynch)",
                "amount": 4439.0
            }
        ],
        "expected_reward_tokens": 9231.26,
        "profit_sb": 231.26,
        "profit_sb_percentage": 2.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa7384fa-1b4c-40d9-b746-b6ef594992e4",
            "gambit_id": "9f9fa194-41c9-4651-81b0-5aa1e61fbb17",
            "last_updated": "2022-12-24T17:12:19.841362-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (M Manning)",
            "reward": "1.66000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfd354a-939f-41c8-8515-23ab0fd84bc1/?format=api"
        },
        {
            "id": "472ef115-bd57-4e8b-871a-ff04159c10c1",
            "gambit_id": "e585ce8a-dc53-45ee-8fd1-60df25857f61",
            "last_updated": "2022-12-24T17:12:19.842467-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (D Lynch)",
            "reward": "2.08000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfd354a-939f-41c8-8515-23ab0fd84bc1/?format=api"
        }
    ]
}