GET /api/bet_types/9e09db7a-ddc8-405a-a73c-fc109fdb6f81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e09db7a-ddc8-405a-a73c-fc109fdb6f81",
    "match": "https://api-prod.gambitprofit.com/api/matches/d77865c2-61dc-4c5a-8512-1c62c2988f61/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T09:13:25.503913-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": "DET (EL Rodriguez)",
                "amount": 5541.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4fd0e00-e431-4d91-becb-6d90ed1bd56e",
            "gambit_id": "fd510f72-4bab-45de-a3bd-2c3759ad2efe",
            "last_updated": "2023-09-26T09:22:56.842814-04:00",
            "created_at": "2023-09-24T09:13:25.507652-04:00",
            "name": "DET (EL Rodriguez)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e09db7a-ddc8-405a-a73c-fc109fdb6f81/?format=api"
        },
        {
            "id": "5e3afe11-801e-48b2-9c53-575c769f841c",
            "gambit_id": "c32f985a-0ed6-4d9c-a371-855f404088f2",
            "last_updated": "2023-09-26T09:22:56.848035-04:00",
            "created_at": "2023-09-24T09:13:25.511533-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e09db7a-ddc8-405a-a73c-fc109fdb6f81/?format=api"
        }
    ]
}