GET /api/bet_types/aee15785-da04-479d-9b3d-99013ca32b06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aee15785-da04-479d-9b3d-99013ca32b06",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1e98067-4253-4d41-a662-70be18162e7a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:52:12.974431-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": "MIL (F Peralta)",
                "amount": 6070.0
            },
            {
                "team": "BOS (N Pivetta)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "a9a16140-35e9-4425-870a-b4afc1fa226b",
            "gambit_id": "6477dfd6-6539-4331-89b2-d5c21227bd9b",
            "last_updated": "2023-04-22T13:07:17.713676-04:00",
            "created_at": "2023-04-21T12:52:12.976171-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aee15785-da04-479d-9b3d-99013ca32b06/?format=api"
        },
        {
            "id": "a6cf78f3-a959-4d03-8ace-35b19e5a0c32",
            "gambit_id": "63ee650c-ddcb-4576-9b71-89879d02c22a",
            "last_updated": "2023-04-22T13:07:17.715732-04:00",
            "created_at": "2023-04-21T12:52:12.977729-04:00",
            "name": "BOS (N Pivetta)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aee15785-da04-479d-9b3d-99013ca32b06/?format=api"
        }
    ]
}