GET /api/bet_types/2e0bc91e-1fef-4e92-8b9c-7b0bd27547ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e0bc91e-1fef-4e92-8b9c-7b0bd27547ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/318539f2-3aee-4372-b87f-46c2c5b21dbf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T09:06:58.135916-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": "Winnipeg Jets",
                "amount": 6913.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 38.83,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "95ccab6a-8adc-46e8-bcd3-4a2159f306bc",
            "gambit_id": "34409770-ced3-4884-acf4-5f28306a7b24",
            "last_updated": "2023-02-25T17:27:18.458517-05:00",
            "created_at": "2023-02-24T09:06:58.138011-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0bc91e-1fef-4e92-8b9c-7b0bd27547ec/?format=api"
        },
        {
            "id": "1c22ffe8-5e30-4e62-a25a-5d76502c4fb9",
            "gambit_id": "19f68708-0587-4b66-b164-5f2bdc0b310b",
            "last_updated": "2023-02-25T17:27:18.459662-05:00",
            "created_at": "2023-02-24T09:06:58.139456-05:00",
            "name": "Colorado Avalanche",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0bc91e-1fef-4e92-8b9c-7b0bd27547ec/?format=api"
        }
    ]
}