GET /api/bet_types/7aa996e5-b106-40c4-9c67-4ba0f3027351/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aa996e5-b106-40c4-9c67-4ba0f3027351",
    "match": "https://api-prod.gambitprofit.com/api/matches/09f9b2c4-9232-4b53-ad98-aafdba582bd9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:57.782841-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": "Game Total Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6014281b-39ce-4dc9-841c-f1a55bc44a74",
            "gambit_id": "bc67bb8f-f4f4-4062-a804-ba13b83ff9c0",
            "last_updated": "2023-05-07T11:57:21.286880-04:00",
            "created_at": "2023-05-06T11:51:57.785970-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa996e5-b106-40c4-9c67-4ba0f3027351/?format=api"
        },
        {
            "id": "b0412f50-2d19-4e82-9ec7-6147b7061468",
            "gambit_id": "d9e612d6-bfb3-46a3-b8c5-9f1cbc162091",
            "last_updated": "2023-05-07T11:57:21.285400-04:00",
            "created_at": "2023-05-06T11:51:57.784456-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa996e5-b106-40c4-9c67-4ba0f3027351/?format=api"
        }
    ]
}