GET /api/bet_types/c3fefa85-f30d-43f6-adba-0cda3011d8ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3fefa85-f30d-43f6-adba-0cda3011d8ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/1176e416-445b-4d11-b2e6-dbb15e3a21e4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Vegas Golden Knights",
                "amount": 5209.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "1337c6e4-6498-4694-9b37-b1334e3df354",
            "gambit_id": "70d8f561-4ef0-495f-9faf-4375f8da8324",
            "last_updated": "2022-12-22T20:32:20.828719-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3fefa85-f30d-43f6-adba-0cda3011d8ef/?format=api"
        },
        {
            "id": "8acee5b0-0f59-4336-8715-270fbb6f78d8",
            "gambit_id": "63ab2efc-e1d5-4296-90b1-fa5fc101750a",
            "last_updated": "2022-12-22T20:32:20.830035-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3fefa85-f30d-43f6-adba-0cda3011d8ef/?format=api"
        }
    ]
}