GET /api/bet_types/afcc8112-57ff-4622-b01a-29fcf51df23f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afcc8112-57ff-4622-b01a-29fcf51df23f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f14e04cf-41db-4e5b-b16b-f2d0f389e213/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T11:43:09.987397-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": "Cleveland Guardians",
                "amount": 5512.0
            },
            {
                "team": "Los Angeles Dodgers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b54ba24d-c272-4da8-ab92-a5e19ef9b65a",
            "gambit_id": "0f61ceb3-78f2-44ed-95f8-da23f1849899",
            "last_updated": "2023-08-25T19:08:09.858360-04:00",
            "created_at": "2023-08-24T11:43:09.995283-04:00",
            "name": "Cleveland Guardians",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afcc8112-57ff-4622-b01a-29fcf51df23f/?format=api"
        },
        {
            "id": "12e4c79d-12a6-454f-bb53-d2ef8d144512",
            "gambit_id": "52d11efd-248e-48ad-ac51-df09fbeedad1",
            "last_updated": "2023-08-25T19:08:09.838409-04:00",
            "created_at": "2023-08-24T11:43:09.991229-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afcc8112-57ff-4622-b01a-29fcf51df23f/?format=api"
        }
    ]
}