GET /api/bet_types/4aa9a8e4-c31c-45a1-90d0-c8f147808018/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4aa9a8e4-c31c-45a1-90d0-c8f147808018",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c067326-18a2-4d89-a007-cc2ec1b75245/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-20T09:57:02.213153-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e380874-ab71-40bf-b6a9-4332f69a1e47",
            "gambit_id": "1a60587a-67b7-418c-beab-b0fa3524dfb9",
            "last_updated": "2023-03-21T10:52:09.791391-04:00",
            "created_at": "2023-03-20T09:57:02.216109-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa9a8e4-c31c-45a1-90d0-c8f147808018/?format=api"
        },
        {
            "id": "fcbb40c1-86dd-4e8e-998b-9e0b367b8dcc",
            "gambit_id": "18fb9ce7-737a-46ac-8bbb-3080abdffde0",
            "last_updated": "2023-03-21T10:52:09.792984-04:00",
            "created_at": "2023-03-20T09:57:02.219209-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa9a8e4-c31c-45a1-90d0-c8f147808018/?format=api"
        }
    ]
}