GET /api/bet_types/077f8942-8ce2-4b20-8a17-f40c4e056b08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "077f8942-8ce2-4b20-8a17-f40c4e056b08",
    "match": "https://api-prod.gambitprofit.com/api/matches/0eba8071-deb5-400b-bd46-5b8a21790eb2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:11.042463-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": "Phoenix Suns",
                "amount": 6554.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5f3df4d-4866-4fc8-b7b8-7d18a09a9169",
            "gambit_id": "4ea8902a-2a5a-4e8e-bdec-9ce70d97a479",
            "last_updated": "2024-02-07T01:53:03.041895-05:00",
            "created_at": "2024-02-06T09:08:11.050416-05:00",
            "name": "Phoenix Suns",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/077f8942-8ce2-4b20-8a17-f40c4e056b08/?format=api"
        },
        {
            "id": "86e46dd5-4579-4e31-b11e-4030fd618203",
            "gambit_id": "0efab8f5-7dff-41bf-a267-11f7dfa9c251",
            "last_updated": "2024-02-07T01:53:03.038644-05:00",
            "created_at": "2024-02-06T09:08:11.046417-05:00",
            "name": "Milwaukee Bucks",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/077f8942-8ce2-4b20-8a17-f40c4e056b08/?format=api"
        }
    ]
}