GET /api/bet_types/1c2bb624-f0d0-48ba-931c-f3943dc810cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c2bb624-f0d0-48ba-931c-f3943dc810cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b78402fb-f33c-4240-b696-b221c3fe2ae1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:19.565540-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "46370391-170a-43ef-a5f0-e4dcc0fcbd0e",
            "gambit_id": "70ccf065-34f4-4c2f-b732-0d71a406d78f",
            "last_updated": "2023-03-18T14:57:10.902321-04:00",
            "created_at": "2023-03-16T17:37:19.567479-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c2bb624-f0d0-48ba-931c-f3943dc810cd/?format=api"
        },
        {
            "id": "0e81d066-e0de-4a28-93b6-4b48cc3305f8",
            "gambit_id": "8fd4fccb-6ae5-48f3-820a-ca548c3408c2",
            "last_updated": "2023-03-18T14:57:10.903393-04:00",
            "created_at": "2023-03-16T17:37:19.569466-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c2bb624-f0d0-48ba-931c-f3943dc810cd/?format=api"
        }
    ]
}