GET /api/bet_types/f2be49cc-eb40-4514-bd22-074cdabfbdd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2be49cc-eb40-4514-bd22-074cdabfbdd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c881b9b-5630-4d09-8cca-090f7fd8c106/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-16T09:08:26.393679-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": "STL (J Flaherty)",
                "amount": 6173.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c739c62-a48c-4f77-9fa1-8dcf2df8b6db",
            "gambit_id": "6a8d9f8a-9db5-4a45-9f24-b6ff82eb8c2a",
            "last_updated": "2023-07-18T09:03:21.378438-04:00",
            "created_at": "2023-07-16T09:08:26.397201-04:00",
            "name": "STL (J Flaherty)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2be49cc-eb40-4514-bd22-074cdabfbdd8/?format=api"
        },
        {
            "id": "779479bf-862a-4fc0-8e18-d3f0ca5198ee",
            "gambit_id": "66028388-e2fa-4dad-9b5b-1d8b0ef31844",
            "last_updated": "2023-07-18T09:03:21.376963-04:00",
            "created_at": "2023-07-16T09:08:26.395439-04:00",
            "name": "WAS (J Gray)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2be49cc-eb40-4514-bd22-074cdabfbdd8/?format=api"
        }
    ]
}