GET /api/bet_types/1fbee64c-edc2-4dad-9c9b-7bee3024c154/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fbee64c-edc2-4dad-9c9b-7bee3024c154",
    "match": "https://api-prod.gambitprofit.com/api/matches/f674803c-0a3e-45dc-9f1d-ae43a7d980d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:06.421226-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": "Arkansas",
                "amount": 5208.0
            },
            {
                "team": "Kansas",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "3aeb9124-2ab6-4cfe-8c5f-d424789e8777",
            "gambit_id": "22d0dc3a-719a-4d7b-bb1b-b0a1a82c44cc",
            "last_updated": "2022-12-30T18:52:00.970505-05:00",
            "created_at": "2022-12-28T09:32:06.422557-05:00",
            "name": "Arkansas",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fbee64c-edc2-4dad-9c9b-7bee3024c154/?format=api"
        },
        {
            "id": "796047c1-0bfe-46cc-9666-422d7dd4d8d5",
            "gambit_id": "19e26403-b40d-472a-9e9f-9c5a988aa81b",
            "last_updated": "2022-12-30T18:52:00.971800-05:00",
            "created_at": "2022-12-28T09:32:06.423855-05:00",
            "name": "Kansas",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fbee64c-edc2-4dad-9c9b-7bee3024c154/?format=api"
        }
    ]
}