GET /api/bet_types/ea663695-f8d6-4570-9820-0e4a62b424e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea663695-f8d6-4570-9820-0e4a62b424e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f35556d-be0c-404c-956e-4d6438f2b7fb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T13:07:10.826358-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 Over 2.5",
                "amount": 5520.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "82e8fbd9-4bc9-41c2-b490-0cf3ab9e0d50",
            "gambit_id": "527fafc7-49ca-4fbb-9232-677fa4fc4ad5",
            "last_updated": "2023-03-06T19:21:49.295782-05:00",
            "created_at": "2023-03-03T13:07:10.828886-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea663695-f8d6-4570-9820-0e4a62b424e5/?format=api"
        },
        {
            "id": "69457565-6619-497a-a9aa-5c95dc3589de",
            "gambit_id": "fec80e39-7acf-4fe0-b2e6-6b6943256452",
            "last_updated": "2023-03-06T19:21:49.294717-05:00",
            "created_at": "2023-03-03T13:07:10.827631-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea663695-f8d6-4570-9820-0e4a62b424e5/?format=api"
        }
    ]
}