GET /api/bet_types/c21dac44-84d6-4482-b64c-e9145c5bf119/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c21dac44-84d6-4482-b64c-e9145c5bf119",
    "match": "https://api-prod.gambitprofit.com/api/matches/c68173ed-d51c-43d2-8ce3-78caf06450a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-24T09:13:23.988150-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": "BAL",
                "amount": 6554.0
            },
            {
                "team": "CLE",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "4532b0ba-087e-436f-be87-d831d6cd9fa6",
            "gambit_id": "d1dd883d-e87a-4f26-8ba0-a3207250f707",
            "last_updated": "2023-09-26T09:53:04.440603-04:00",
            "created_at": "2023-09-24T09:13:23.991415-04:00",
            "name": "BAL",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21dac44-84d6-4482-b64c-e9145c5bf119/?format=api"
        },
        {
            "id": "5d251145-2790-497a-9076-25de8ccb56ba",
            "gambit_id": "f40de415-c51d-41ba-83c1-5b980c091fee",
            "last_updated": "2023-09-26T09:53:04.444318-04:00",
            "created_at": "2023-09-24T09:13:24.000124-04:00",
            "name": "CLE",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21dac44-84d6-4482-b64c-e9145c5bf119/?format=api"
        }
    ]
}