GET /api/bet_types/e1389ffc-c13d-482a-9f6e-f1114045d2a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1389ffc-c13d-482a-9f6e-f1114045d2a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c6b3e9b-dd97-442a-8084-ed77877bb80a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:52:08.480837-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": "BAL (D Kremer)",
                "amount": 5156.0
            },
            {
                "team": "TEX (A Heaney)",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 9590.16,
        "profit_sb": 90.16,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d158109-e5ef-48f8-9b2a-e56ba393dbd9",
            "gambit_id": "c4750f66-bb59-4309-902c-21e4376086a6",
            "last_updated": "2023-05-29T11:47:21.139797-04:00",
            "created_at": "2023-05-27T10:52:08.491144-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.86000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1389ffc-c13d-482a-9f6e-f1114045d2a0/?format=api"
        },
        {
            "id": "00cb5dd5-1ae3-4554-9620-3d5ddf7517e8",
            "gambit_id": "34febe4b-43f2-487f-8ec2-087cbdca06f2",
            "last_updated": "2023-05-29T11:47:21.137185-04:00",
            "created_at": "2023-05-27T10:52:08.485193-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.98000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1389ffc-c13d-482a-9f6e-f1114045d2a0/?format=api"
        }
    ]
}