GET /api/bet_types/e69a2aa3-cdf1-4525-9d56-7c21e86f94a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e69a2aa3-cdf1-4525-9d56-7c21e86f94a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b24913c5-cc7e-43ee-b470-2a81edf38f80/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:09.065045-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": "Game Total Under 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "433aac34-6175-499e-8c50-3b7963820aeb",
            "gambit_id": "84a21ebf-2c5b-48fe-ad1f-4f2915f456f9",
            "last_updated": "2022-12-30T16:06:57.871746-05:00",
            "created_at": "2022-12-29T08:42:09.066248-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69a2aa3-cdf1-4525-9d56-7c21e86f94a9/?format=api"
        },
        {
            "id": "76b8e477-e972-419a-9d1c-7cba82d75836",
            "gambit_id": "f849d6f1-2f31-46b0-acaf-f518986bfb27",
            "last_updated": "2022-12-30T16:06:57.872838-05:00",
            "created_at": "2022-12-29T08:42:09.067421-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69a2aa3-cdf1-4525-9d56-7c21e86f94a9/?format=api"
        }
    ]
}