GET /api/bet_types/4d291e79-0f29-41b7-b76d-ce224c88a74d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d291e79-0f29-41b7-b76d-ce224c88a74d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2d15daa-24b7-41ce-b3ee-613b88f13c20/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:16.136834-05: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": "New Jersey Devils",
                "amount": 6554.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cf48034-285e-46f9-8767-ad23fda55c28",
            "gambit_id": "bd0a5908-c3bf-4b30-a29c-3cc324891847",
            "last_updated": "2024-01-23T20:23:20.497591-05:00",
            "created_at": "2024-01-20T05:38:16.145558-05:00",
            "name": "New Jersey Devils",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d291e79-0f29-41b7-b76d-ce224c88a74d/?format=api"
        },
        {
            "id": "4dbf6a31-2f59-493b-8b53-8520143e1008",
            "gambit_id": "fff388bb-6838-41dd-baf8-78bd4e44a53c",
            "last_updated": "2024-01-23T20:23:20.494365-05:00",
            "created_at": "2024-01-20T05:38:16.141139-05:00",
            "name": "Dallas Stars",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d291e79-0f29-41b7-b76d-ce224c88a74d/?format=api"
        }
    ]
}