GET /api/bet_types/e299e21b-d31e-42c2-a7e0-22953a5c5eb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e299e21b-d31e-42c2-a7e0-22953a5c5eb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c457eab-51bc-4e93-a3c3-7d741dc0ec7c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:12.950502-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 145.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 145.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5226ba81-a7dc-40a8-826a-e758c7bc847c",
            "gambit_id": "3b16f827-1500-41f8-a751-cb09fc01edb9",
            "last_updated": "2023-03-18T11:37:36.789436-04:00",
            "created_at": "2023-03-14T19:52:12.955004-04:00",
            "name": "Game Total Over 145.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "145.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e299e21b-d31e-42c2-a7e0-22953a5c5eb4/?format=api"
        },
        {
            "id": "b84baf98-70ff-4421-a17a-9fc3501464fb",
            "gambit_id": "e129c989-f6ca-4207-b75a-88dbb7b44a11",
            "last_updated": "2023-03-18T11:37:36.787388-04:00",
            "created_at": "2023-03-14T19:52:12.952225-04:00",
            "name": "Game Total Under 145.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "145.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e299e21b-d31e-42c2-a7e0-22953a5c5eb4/?format=api"
        }
    ]
}