GET /api/bet_types/a8e6a43c-2dad-4e29-aecd-4bdd07b21c06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8e6a43c-2dad-4e29-aecd-4bdd07b21c06",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6bda603-46aa-41b3-9fde-6a36712bcb4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:52:56.814534-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": "San Jose Sharks",
                "amount": 5214.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4696b96-519d-4d5b-84d8-0fbe91c3df98",
            "gambit_id": "846c167b-a7f9-40a1-90cf-957cd52d481f",
            "last_updated": "2023-10-13T20:53:03.616612-04:00",
            "created_at": "2023-10-12T10:52:56.822222-04:00",
            "name": "San Jose Sharks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e6a43c-2dad-4e29-aecd-4bdd07b21c06/?format=api"
        },
        {
            "id": "966cbb7a-17fe-4e37-b250-c3cd65559be8",
            "gambit_id": "9f7f2eb4-c4b6-473c-a431-0b79f9ee1612",
            "last_updated": "2023-10-13T20:53:03.612061-04:00",
            "created_at": "2023-10-12T10:52:56.818378-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e6a43c-2dad-4e29-aecd-4bdd07b21c06/?format=api"
        }
    ]
}