GET /api/bet_types/3a443ce1-a75c-44b1-91be-db57744a3812/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a443ce1-a75c-44b1-91be-db57744a3812",
    "match": "https://api-prod.gambitprofit.com/api/matches/189ad062-e973-4bd0-a9cd-c57e181758f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:23.125341-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": 5939.0
            },
            {
                "team": "SEA",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "aceb2df7-2e64-49b4-8f1e-98d303b8bc66",
            "gambit_id": "d6097233-baea-42bd-a932-ed83cb25d054",
            "last_updated": "2023-06-26T23:08:01.191006-04:00",
            "created_at": "2023-06-25T09:28:23.129583-04:00",
            "name": "BAL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a443ce1-a75c-44b1-91be-db57744a3812/?format=api"
        },
        {
            "id": "b6a85763-ae0d-43d5-bf86-ff601efd3a63",
            "gambit_id": "60da8d10-0702-4cec-89c0-97e28970eff1",
            "last_updated": "2023-06-26T23:08:01.188690-04:00",
            "created_at": "2023-06-25T09:28:23.127532-04:00",
            "name": "SEA",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a443ce1-a75c-44b1-91be-db57744a3812/?format=api"
        }
    ]
}