GET /api/bet_types/3e2709cb-47b1-450b-96bd-287c291faca7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e2709cb-47b1-450b-96bd-287c291faca7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a3742e5-5865-4aa7-92b9-9df701340fb9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:09.570499-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": "Dallas Mavericks",
                "amount": 5773.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "505649e5-2b33-4516-af68-205a0cf85e04",
            "gambit_id": "cab0c719-c12a-4649-851b-0d8a434945a7",
            "last_updated": "2024-02-07T01:53:01.844670-05:00",
            "created_at": "2024-02-06T09:08:09.575589-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e2709cb-47b1-450b-96bd-287c291faca7/?format=api"
        },
        {
            "id": "a33c986f-dae1-4567-b65e-3b2905718f63",
            "gambit_id": "b3e494ed-b62c-4e90-8dff-51e952ce24d8",
            "last_updated": "2024-02-07T01:53:01.849751-05:00",
            "created_at": "2024-02-06T09:08:09.581451-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e2709cb-47b1-450b-96bd-287c291faca7/?format=api"
        }
    ]
}