GET /api/bet_types/732b22d4-a6bd-42ee-9c41-d67e8a47d8d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "732b22d4-a6bd-42ee-9c41-d67e8a47d8d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b92e9741-0802-4461-a5f5-f0e7d5747a78/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-25T12:08:05.768197-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f82a3a27-f10b-4e2d-b0a9-53675b9f47de",
            "gambit_id": "16a82f45-dedf-4ecf-bbbe-e1f10cc002d4",
            "last_updated": "2023-06-26T20:08:23.774668-04:00",
            "created_at": "2023-06-25T12:08:05.770196-04:00",
            "name": "Game Total Over 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732b22d4-a6bd-42ee-9c41-d67e8a47d8d3/?format=api"
        },
        {
            "id": "71c6b016-315e-468f-bffb-db665228d935",
            "gambit_id": "926d6b8a-b0f6-4974-a087-ee15e3a6df90",
            "last_updated": "2023-06-26T20:08:23.777686-04:00",
            "created_at": "2023-06-25T12:08:05.772430-04:00",
            "name": "Game Total Under 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732b22d4-a6bd-42ee-9c41-d67e8a47d8d3/?format=api"
        }
    ]
}