GET /api/bet_types/120a969f-a1aa-49c0-8e1a-683403858d30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "120a969f-a1aa-49c0-8e1a-683403858d30",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad266f52-4a4a-48aa-a6ed-f0871ef07f7b/?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": "Koda Greenwood",
                "amount": 6421.0
            },
            {
                "team": "Dakota Highpine",
                "amount": 3579.0
            }
        ],
        "expected_reward_tokens": 8732.56,
        "profit_sb": -267.44,
        "profit_sb_percentage": -2.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "d10018b9-bac8-4985-862c-616989696f06",
            "gambit_id": "9d89822a-a211-4ff7-8064-54a7bffac70e",
            "last_updated": "2022-09-11T09:32:30.551103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Koda Greenwood",
            "reward": "1.36000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/120a969f-a1aa-49c0-8e1a-683403858d30/?format=api"
        },
        {
            "id": "66a9edde-ff6c-403d-bb01-5dcbdc9f0bcb",
            "gambit_id": "94584314-5038-4e21-bc00-7ffcbc8f1ab2",
            "last_updated": "2022-09-11T09:32:30.552227-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dakota Highpine",
            "reward": "2.44000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/120a969f-a1aa-49c0-8e1a-683403858d30/?format=api"
        }
    ]
}