GET /api/bet_types/02e048cc-037e-4de8-b997-709287ace570/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02e048cc-037e-4de8-b997-709287ace570",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fb11348-98a2-4c7d-bc0b-780f6431780f/?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": "California",
                "amount": 5097.0
            },
            {
                "team": "Arizona",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "91ac89f9-9f73-44e9-97fd-da58192e0023",
            "gambit_id": "cbba56d4-becb-4257-9585-6131cead3a62",
            "last_updated": "2022-09-25T21:07:12.880901-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02e048cc-037e-4de8-b997-709287ace570/?format=api"
        },
        {
            "id": "47772d30-7ba2-4a96-af3d-5c62042baa69",
            "gambit_id": "8c1dd3e9-6ec0-490d-863d-6e2c6a1c10f5",
            "last_updated": "2022-09-25T21:07:12.881872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02e048cc-037e-4de8-b997-709287ace570/?format=api"
        }
    ]
}