GET /api/bet_types/1bc75630-52ae-41c3-9421-aa8224fc253c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bc75630-52ae-41c3-9421-aa8224fc253c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b579e07f-3ba2-4c87-9aec-0a6b8a985faf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-28T09:33:14.514311-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 6",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9b66dee-9765-4a0b-82b2-65d17e8913d7",
            "gambit_id": "7d2d3b3d-8ac8-43b7-92fe-c31f005e4ed1",
            "last_updated": "2023-11-29T22:03:08.591163-05:00",
            "created_at": "2023-11-28T09:33:14.517808-05:00",
            "name": "Game Total Over 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bc75630-52ae-41c3-9421-aa8224fc253c/?format=api"
        },
        {
            "id": "5ac8d930-64ed-4ef0-9861-740d7caed22b",
            "gambit_id": "65d6d43b-ae7f-4364-8897-425ebfdb0a23",
            "last_updated": "2023-11-29T22:03:08.594697-05:00",
            "created_at": "2023-11-28T09:33:14.523355-05:00",
            "name": "Game Total Under 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bc75630-52ae-41c3-9421-aa8224fc253c/?format=api"
        }
    ]
}