GET /api/bet_types/61c18b0f-2dff-4c10-9e77-7daa86969092/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61c18b0f-2dff-4c10-9e77-7daa86969092",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ffba45c-79a9-4225-86e8-7420a7a03c93/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:32:59.698527-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c890f1e4-e106-423d-accb-e1ac3a3932a0",
            "gambit_id": "e2c9656d-8c15-4910-b09c-3e5e01f37aa5",
            "last_updated": "2023-06-18T10:28:12.128992-04:00",
            "created_at": "2023-06-17T09:32:59.702241-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c18b0f-2dff-4c10-9e77-7daa86969092/?format=api"
        },
        {
            "id": "84cd1102-64bd-4f57-8d43-6137305976a4",
            "gambit_id": "37b95a23-3c89-44a1-9c2b-d3abe93c9c8e",
            "last_updated": "2023-06-18T10:28:12.127592-04:00",
            "created_at": "2023-06-17T09:32:59.700338-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c18b0f-2dff-4c10-9e77-7daa86969092/?format=api"
        }
    ]
}