GET /api/bet_types/d6fb1a77-1f28-4d35-8599-8508430e5a85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6fb1a77-1f28-4d35-8599-8508430e5a85",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cf33b9d-4f79-41dd-b461-2a8aca1b9f0a/?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": "Colorado Avalanche",
                "amount": 6642.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a740e503-4ff7-4efe-88b8-10388875910f",
            "gambit_id": "ba8e968d-eaa1-4e9b-9f65-b9e2d0741198",
            "last_updated": "2022-11-18T09:57:54.778709-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6fb1a77-1f28-4d35-8599-8508430e5a85/?format=api"
        },
        {
            "id": "38f716c4-8771-4043-8685-863ab5badaf9",
            "gambit_id": "7177c454-79d2-4296-8a37-5ae764619064",
            "last_updated": "2022-11-18T09:57:54.777702-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6fb1a77-1f28-4d35-8599-8508430e5a85/?format=api"
        }
    ]
}