GET /api/bet_types/5cdd5f84-b000-4abe-b832-afced7edd758/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cdd5f84-b000-4abe-b832-afced7edd758",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4a7740-f272-4ad1-9357-10090e9d88b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:07.121314-04: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": "Arlington Renegades",
                "amount": 6100.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d7b2eaa-fa67-4ff1-805e-eb19843452d6",
            "gambit_id": "5e8bce3c-a41d-4f45-8d70-1647e73aa947",
            "last_updated": "2023-03-28T11:27:00.145569-04:00",
            "created_at": "2023-03-26T13:37:07.123363-04:00",
            "name": "Arlington Renegades",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cdd5f84-b000-4abe-b832-afced7edd758/?format=api"
        },
        {
            "id": "f5146ee2-efad-419d-81ac-284e39dada08",
            "gambit_id": "65c48637-60dc-447b-9d79-7d67e14708cd",
            "last_updated": "2023-03-28T11:27:00.148827-04:00",
            "created_at": "2023-03-26T13:37:07.125507-04:00",
            "name": "San Antonio Brahmas",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cdd5f84-b000-4abe-b832-afced7edd758/?format=api"
        }
    ]
}