GET /api/bet_types/d3742728-023f-4e9c-97bd-f9f055bf4a50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3742728-023f-4e9c-97bd-f9f055bf4a50",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bad2638-39a6-40d4-b698-ba996b017ecb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-23T11:27:57.839155-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",
                "amount": 5688.0
            },
            {
                "team": "TOR",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "11ce660a-a663-4f7d-a6d6-936fa31e0bbe",
            "gambit_id": "9bf9dc2c-ba0f-42d5-a57d-d3bd083692b1",
            "last_updated": "2023-08-25T10:18:08.487819-04:00",
            "created_at": "2023-08-23T11:27:57.847078-04:00",
            "name": "BAL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3742728-023f-4e9c-97bd-f9f055bf4a50/?format=api"
        },
        {
            "id": "9b42c28a-d83f-4c1d-81c6-9a9736d59756",
            "gambit_id": "3966a849-f5be-4868-bd41-fa2321136b7b",
            "last_updated": "2023-08-25T10:18:08.483320-04:00",
            "created_at": "2023-08-23T11:27:57.843079-04:00",
            "name": "TOR",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3742728-023f-4e9c-97bd-f9f055bf4a50/?format=api"
        }
    ]
}