GET /api/bet_types/ec27c674-7cee-4074-aa45-5da592bb3ba3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec27c674-7cee-4074-aa45-5da592bb3ba3",
    "match": "https://api-prod.gambitprofit.com/api/matches/231ee2ea-74b5-45cc-9f40-709d47bb6b51/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:20.808759-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": "Chicago Bulls",
                "amount": 5423.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "62007bf8-988d-4ae1-aae3-f715a5c274a3",
            "gambit_id": "1b600c70-3b1c-4b74-85ae-60f3237261bf",
            "last_updated": "2024-01-19T20:43:13.456968-05:00",
            "created_at": "2024-01-18T10:18:20.812218-05:00",
            "name": "Chicago Bulls",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec27c674-7cee-4074-aa45-5da592bb3ba3/?format=api"
        },
        {
            "id": "bdc026be-53a1-4a8c-8f0f-fc578b7a90f6",
            "gambit_id": "88c7a0b7-7081-43e6-8760-11a26f1d07e0",
            "last_updated": "2024-01-19T20:43:13.461211-05:00",
            "created_at": "2024-01-18T10:18:20.816586-05:00",
            "name": "Toronto Raptors",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec27c674-7cee-4074-aa45-5da592bb3ba3/?format=api"
        }
    ]
}