GET /api/bet_types/1bf3754e-39f1-45d4-9aa1-618bc924dd2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bf3754e-39f1-45d4-9aa1-618bc924dd2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/79e63e8b-1328-4d66-a73f-f5f903c666e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T08:43:18.255612-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": "OAK",
                "amount": 5319.0
            },
            {
                "team": "BOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd76f21a-307d-4b8e-9ab1-3bcf792803e4",
            "gambit_id": "cd364f38-a01c-4f08-a4c0-c334c3585de0",
            "last_updated": "2023-07-10T18:33:27.639013-04:00",
            "created_at": "2023-07-09T08:43:18.257952-04:00",
            "name": "OAK",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bf3754e-39f1-45d4-9aa1-618bc924dd2d/?format=api"
        },
        {
            "id": "47787b30-3f6a-4b8e-b14c-63a145b4624f",
            "gambit_id": "a4afca41-8311-4b0b-9a2c-13baca6c1b83",
            "last_updated": "2023-07-10T18:33:27.640348-04:00",
            "created_at": "2023-07-09T08:43:18.260952-04:00",
            "name": "BOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bf3754e-39f1-45d4-9aa1-618bc924dd2d/?format=api"
        }
    ]
}