GET /api/bet_types/d4a74144-555a-4bd6-a110-b4cceb8479d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4a74144-555a-4bd6-a110-b4cceb8479d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b78bc6f0-2d23-4b16-9b13-8968be2329c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T09:38:04.907969-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "54f2cd2d-39ac-4e60-9d76-36c22d4c8a95",
            "gambit_id": "3a346da0-bed7-4602-90b7-a87a1bb9854a",
            "last_updated": "2023-06-11T11:28:11.314708-04:00",
            "created_at": "2023-06-10T09:38:04.911671-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4a74144-555a-4bd6-a110-b4cceb8479d3/?format=api"
        },
        {
            "id": "2ea7772b-c314-4453-8f28-687d2212f2cc",
            "gambit_id": "e79ff904-8f50-41f1-a5b0-cd3a812d6421",
            "last_updated": "2023-06-11T11:28:11.312964-04:00",
            "created_at": "2023-06-10T09:38:04.909714-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4a74144-555a-4bd6-a110-b4cceb8479d3/?format=api"
        }
    ]
}