GET /api/bet_types/37859590-e5e7-4c21-bf41-ce5e864ff2b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37859590-e5e7-4c21-bf41-ce5e864ff2b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/374c393b-aee1-4053-8d95-524ddd5a7f9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T10:42:58.578503-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": "Total Rounds Over 2.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ffa5c68-d0da-4d96-81b1-cbdf4c998476",
            "gambit_id": "11b43464-1a9b-4643-88e8-7231b5ea3118",
            "last_updated": "2023-06-12T10:23:24.979775-04:00",
            "created_at": "2023-06-10T10:42:58.580820-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37859590-e5e7-4c21-bf41-ce5e864ff2b0/?format=api"
        },
        {
            "id": "d5b03bd1-989d-46fa-8580-5eb0c46a97a8",
            "gambit_id": "6ee03a1c-0810-446c-9f7e-03af3072237c",
            "last_updated": "2023-06-12T10:23:24.981754-04:00",
            "created_at": "2023-06-10T10:42:58.583102-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37859590-e5e7-4c21-bf41-ce5e864ff2b0/?format=api"
        }
    ]
}