GET /api/bet_types/92a87774-6377-4463-9c92-d2c8982b5b94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92a87774-6377-4463-9c92-d2c8982b5b94",
    "match": "https://api-prod.gambitprofit.com/api/matches/36c5e90e-54d4-48bf-a0cd-1ce43cb79655/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:13.075214-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": "SFO (S Manaea)",
                "amount": 5776.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "86f13aca-d501-4508-95a1-43dcb291c1c3",
            "gambit_id": "86c3a6c7-d675-4720-be75-0f5217d75af9",
            "last_updated": "2023-04-15T15:47:04.030666-04:00",
            "created_at": "2023-04-14T12:02:13.079479-04:00",
            "name": "SFO (S Manaea)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92a87774-6377-4463-9c92-d2c8982b5b94/?format=api"
        },
        {
            "id": "6fb4dea8-b065-4d54-a85e-7cd00f39ce21",
            "gambit_id": "05202c58-0cd0-48c2-b73d-a6e936796451",
            "last_updated": "2023-04-15T15:47:04.028589-04:00",
            "created_at": "2023-04-14T12:02:13.077322-04:00",
            "name": "DET (J Wentz)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92a87774-6377-4463-9c92-d2c8982b5b94/?format=api"
        }
    ]
}