GET /api/bet_types/4bdf8fee-63c2-407c-ac6e-50b8965ce729/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bdf8fee-63c2-407c-ac6e-50b8965ce729",
    "match": "https://api-prod.gambitprofit.com/api/matches/f33c14e0-5edf-4ec6-8cdb-2598277ac69d/?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": "Alabama",
                "amount": 5106.0
            },
            {
                "team": "Mississippi State",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "88b85dd4-6c27-4203-9c32-4ae98c74d4a0",
            "gambit_id": "1b6cb611-c021-4a81-8d4e-22533b419d0b",
            "last_updated": "2022-10-23T21:36:53.745777-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bdf8fee-63c2-407c-ac6e-50b8965ce729/?format=api"
        },
        {
            "id": "b290b113-6d58-44e7-84e9-5812903e64b7",
            "gambit_id": "71082dbd-c49a-46f8-ade7-94fe7b65cec0",
            "last_updated": "2022-10-23T21:36:53.746843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bdf8fee-63c2-407c-ac6e-50b8965ce729/?format=api"
        }
    ]
}