GET /api/bet_types/0434f5a6-cb7a-4726-88fa-f6944fd06164/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0434f5a6-cb7a-4726-88fa-f6944fd06164",
    "match": "https://api-prod.gambitprofit.com/api/matches/0563fe50-1498-416b-8f92-2f96f46ae19c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-16T09:23:14.901994-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": "136b50b5-6c5c-4347-9a7b-3884aa53982e",
            "gambit_id": "74fd4b27-3d79-472b-82c2-41def88cfee6",
            "last_updated": "2023-09-18T08:58:25.492374-04:00",
            "created_at": "2023-09-16T09:23:14.905625-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/0434f5a6-cb7a-4726-88fa-f6944fd06164/?format=api"
        },
        {
            "id": "ffaa01f5-7975-4f4d-b3d5-808352442cb6",
            "gambit_id": "5a10e503-5677-478a-bb66-30dd8174f8ca",
            "last_updated": "2023-09-18T08:58:25.479941-04:00",
            "created_at": "2023-09-16T09:23:14.909773-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/0434f5a6-cb7a-4726-88fa-f6944fd06164/?format=api"
        }
    ]
}