GET /api/bet_types/660534c1-b771-40da-9fe0-d82be57bdab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "660534c1-b771-40da-9fe0-d82be57bdab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4de961d0-8852-4fe2-9fd7-29f1d9f4d0bb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:02.002245-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": "SEA",
                "amount": 5512.0
            },
            {
                "team": "MIL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8a0d05c-0fb1-4c53-94c2-df677fc0379f",
            "gambit_id": "5b77a67d-fcb5-4aa3-b3bf-cf5ac092bac2",
            "last_updated": "2023-04-18T12:12:09.796194-04:00",
            "created_at": "2023-04-17T11:42:02.004820-04:00",
            "name": "SEA",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/660534c1-b771-40da-9fe0-d82be57bdab4/?format=api"
        },
        {
            "id": "e5a52495-bb5d-4055-9fc8-c64a1385ca02",
            "gambit_id": "8d25327a-2872-4256-9041-d0b295f3728a",
            "last_updated": "2023-04-18T12:12:09.798376-04:00",
            "created_at": "2023-04-17T11:42:02.008087-04:00",
            "name": "MIL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/660534c1-b771-40da-9fe0-d82be57bdab4/?format=api"
        }
    ]
}