GET /api/bet_types/c04646ea-ca7e-4995-8c19-ea0cf0f7c33a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c04646ea-ca7e-4995-8c19-ea0cf0f7c33a",
    "match": "https://api-prod.gambitprofit.com/api/matches/82df9223-4e2d-4134-bd45-3b31dcfcc561/?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": "Los Angeles Chargers",
                "amount": 5097.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "b29b34c0-4568-4ee3-a15c-784fdc9e7691",
            "gambit_id": "4a39540c-ae13-492d-a709-a8509072bc24",
            "last_updated": "2022-11-07T10:03:40.076534-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c04646ea-ca7e-4995-8c19-ea0cf0f7c33a/?format=api"
        },
        {
            "id": "a37d2d77-5500-4b15-aad7-cbbbc8417b5c",
            "gambit_id": "e1a9e02a-8c06-4fbe-8ecb-255d345c9b27",
            "last_updated": "2022-11-07T10:03:40.075545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c04646ea-ca7e-4995-8c19-ea0cf0f7c33a/?format=api"
        }
    ]
}