GET /api/bet_types/f805deba-f2b5-4436-a4b0-e3714e6d5c97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f805deba-f2b5-4436-a4b0-e3714e6d5c97",
    "match": "https://api-prod.gambitprofit.com/api/matches/be04ce63-5b1e-4531-9c5e-61e7e0f69de0/?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": "Oklahoma",
                "amount": 7563.0
            },
            {
                "team": "Kansas",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9528.67,
        "profit_sb": 28.67,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f37e95f-ea68-49c9-bc07-2222b93bcaa9",
            "gambit_id": "cdc8bf95-4742-423b-8195-9be76a17f76d",
            "last_updated": "2022-10-16T15:12:14.027197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.26000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f805deba-f2b5-4436-a4b0-e3714e6d5c97/?format=api"
        },
        {
            "id": "7be915e6-8706-41b3-aa85-5c560cf9271d",
            "gambit_id": "983f1380-b1af-47aa-8ae2-053d974899c0",
            "last_updated": "2022-10-16T15:12:14.028219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f805deba-f2b5-4436-a4b0-e3714e6d5c97/?format=api"
        }
    ]
}