GET /api/bet_types/5c84c825-a3ca-487d-b0d0-a08cbed472f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c84c825-a3ca-487d-b0d0-a08cbed472f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8da80e51-32b8-49f3-83e3-7158b1e7a3b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:10.889812-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": "LOS",
                "amount": 5319.0
            },
            {
                "team": "CLE",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "99886723-f4a7-4160-8150-ae10949f788b",
            "gambit_id": "68ce3187-6c0e-4051-9ace-b5fe948ed436",
            "last_updated": "2023-08-23T11:03:23.943842-04:00",
            "created_at": "2023-08-22T08:23:10.894680-04:00",
            "name": "LOS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c84c825-a3ca-487d-b0d0-a08cbed472f9/?format=api"
        },
        {
            "id": "f2022764-54fa-44c6-9440-7d3db1de65e5",
            "gambit_id": "6c967c33-1159-4659-95a4-3490d7a1de4e",
            "last_updated": "2023-08-23T11:03:23.947190-04:00",
            "created_at": "2023-08-22T08:23:10.899377-04:00",
            "name": "CLE",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c84c825-a3ca-487d-b0d0-a08cbed472f9/?format=api"
        }
    ]
}