GET /api/bet_types/d77cd18b-887e-4427-a4a5-d92ef46c402d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d77cd18b-887e-4427-a4a5-d92ef46c402d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46c5c54-8c81-4947-86a4-595a835e94c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:13.571084-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": "Indiana",
                "amount": 6241.0
            },
            {
                "team": "Kent State",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "86403d6c-2aca-4630-8c28-656bdcf23b1b",
            "gambit_id": "ec0e9729-449a-494a-886d-e056bbb49617",
            "last_updated": "2023-03-18T11:32:25.486356-04:00",
            "created_at": "2023-03-14T19:52:13.572659-04:00",
            "name": "Indiana",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77cd18b-887e-4427-a4a5-d92ef46c402d/?format=api"
        },
        {
            "id": "496c3d61-17ed-40a9-9bf8-10322d215acd",
            "gambit_id": "8628af89-73ec-4b65-9871-6e2d470dafa0",
            "last_updated": "2023-03-18T11:32:25.487772-04:00",
            "created_at": "2023-03-14T19:52:13.574349-04:00",
            "name": "Kent State",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77cd18b-887e-4427-a4a5-d92ef46c402d/?format=api"
        }
    ]
}