GET /api/bet_types/42ab9bba-8df4-4f05-a547-11e6badd03e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42ab9bba-8df4-4f05-a547-11e6badd03e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c473f5c-ccbe-4b29-b681-b1c425f87f5d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:06:59.042836-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 Under 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "670a07c4-1624-4320-ae3f-b0248b312ba4",
            "gambit_id": "008ae90e-7615-48ba-8b50-989a4114b675",
            "last_updated": "2023-03-29T13:31:54.563886-04:00",
            "created_at": "2023-03-28T10:06:59.044642-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ab9bba-8df4-4f05-a547-11e6badd03e2/?format=api"
        },
        {
            "id": "b866f4cf-6973-4f22-8b54-ea5b63c43410",
            "gambit_id": "7c063cf8-f37b-43c7-a78b-e8df69f81c35",
            "last_updated": "2023-03-29T13:31:54.566402-04:00",
            "created_at": "2023-03-28T10:06:59.046620-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ab9bba-8df4-4f05-a547-11e6badd03e2/?format=api"
        }
    ]
}