GET /api/bet_types/072f3de0-f3f3-4e16-af02-e648f2ab4dd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "072f3de0-f3f3-4e16-af02-e648f2ab4dd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d8e0b5d-3d57-47f8-abfc-dcc202d7f950/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T08:58:22.805913-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": "ARI (Z Davies)",
                "amount": 5888.0
            },
            {
                "team": "CWS (J Urena)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "20788a63-2e43-4d3c-9c55-3faec92ca2e1",
            "gambit_id": "c9bdd145-0644-44f0-8eb3-1e41ee9859a0",
            "last_updated": "2023-09-27T18:48:08.534659-04:00",
            "created_at": "2023-09-26T08:58:22.809754-04:00",
            "name": "ARI (Z Davies)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/072f3de0-f3f3-4e16-af02-e648f2ab4dd2/?format=api"
        },
        {
            "id": "7257a156-4780-47b2-9df9-5fb81acf5801",
            "gambit_id": "d3376139-ebc5-4f14-95d7-cea04cdfd0f1",
            "last_updated": "2023-09-27T18:48:08.538124-04:00",
            "created_at": "2023-09-26T08:58:22.813894-04:00",
            "name": "CWS (J Urena)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/072f3de0-f3f3-4e16-af02-e648f2ab4dd2/?format=api"
        }
    ]
}