GET /api/bet_types/a5cf5dbe-8ed2-45e1-a13b-e9b28a4d00c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5cf5dbe-8ed2-45e1-a13b-e9b28a4d00c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b661811-af6a-4355-bfa2-6e8a9487ad54/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:08:21.278738-05: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": "Nassourdine Imavov",
                "amount": 5927.0
            },
            {
                "team": "Roman Dolidze",
                "amount": 4073.0
            }
        ],
        "expected_reward_tokens": 9245.71,
        "profit_sb": -254.29,
        "profit_sb_percentage": -2.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c7fd068-ec5f-47f2-84b8-bb21679a8ba8",
            "gambit_id": "5613a883-07b6-47b0-a70d-0396948f1f22",
            "last_updated": "2024-02-06T09:28:13.550183-05:00",
            "created_at": "2024-02-02T10:08:21.295571-05:00",
            "name": "Nassourdine Imavov",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5cf5dbe-8ed2-45e1-a13b-e9b28a4d00c4/?format=api"
        },
        {
            "id": "5419c55b-fcfc-42b4-8b88-03a7a9ff3140",
            "gambit_id": "779acf0d-8a61-4ada-b002-6faac768bfb6",
            "last_updated": "2024-02-06T09:28:13.545923-05:00",
            "created_at": "2024-02-02T10:08:21.286649-05:00",
            "name": "Roman Dolidze",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5cf5dbe-8ed2-45e1-a13b-e9b28a4d00c4/?format=api"
        }
    ]
}