GET /api/bet_types/402ba2b8-37f2-4b5b-b442-e3c6f408db67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "402ba2b8-37f2-4b5b-b442-e3c6f408db67",
    "match": "https://api-prod.gambitprofit.com/api/matches/c65bf266-9efe-47e8-960b-3c337f5c46b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-17T11:42:58.144364-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": 6390.0
            },
            {
                "team": "BAL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "11169dcf-6062-44b6-a5c8-7f351e61afef",
            "gambit_id": "806bddc5-2107-46e5-a2b0-87772f0bee21",
            "last_updated": "2023-07-18T17:13:11.630809-04:00",
            "created_at": "2023-07-17T11:42:58.145815-04:00",
            "name": "LOS",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/402ba2b8-37f2-4b5b-b442-e3c6f408db67/?format=api"
        },
        {
            "id": "2002e384-7fcf-41d4-9812-9003cc79b3f8",
            "gambit_id": "824453a8-0ad7-45ce-93d6-556e3427cc3f",
            "last_updated": "2023-07-18T17:13:11.632148-04:00",
            "created_at": "2023-07-17T11:42:58.147337-04:00",
            "name": "BAL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/402ba2b8-37f2-4b5b-b442-e3c6f408db67/?format=api"
        }
    ]
}