GET /api/bet_types/5274f601-bfb2-4dcf-8667-628f08a6ad02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5274f601-bfb2-4dcf-8667-628f08a6ad02",
    "match": "https://api-prod.gambitprofit.com/api/matches/b26b3faa-6bc4-4874-9f42-8e296cb02bb2/?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": "Maryland",
                "amount": 8140.0
            },
            {
                "team": "Northwestern",
                "amount": 1860.0
            }
        ],
        "expected_reward_tokens": 9523.2,
        "profit_sb": 23.2,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "2766dff9-a4cc-4500-8793-e29760832288",
            "gambit_id": "32959d19-9f3e-4a3e-bf6a-931fdad679a5",
            "last_updated": "2022-10-23T19:32:04.972423-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.17000",
            "odds": "1.17240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5274f601-bfb2-4dcf-8667-628f08a6ad02/?format=api"
        },
        {
            "id": "3a126c10-8d36-46e2-aba3-5b5c02250fbe",
            "gambit_id": "e97234af-7249-4031-b6fa-0dae9f06847d",
            "last_updated": "2022-10-23T19:32:04.973461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "5.12000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5274f601-bfb2-4dcf-8667-628f08a6ad02/?format=api"
        }
    ]
}