GET /api/bet_types/0ed0a592-d083-42ca-b60f-8313865825af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ed0a592-d083-42ca-b60f-8313865825af",
    "match": "https://api-prod.gambitprofit.com/api/matches/f91a0b66-69ed-47f0-b16d-7d627cfb9183/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-09T08:43:17.835464-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2a4d513-6635-44e8-b7a4-1f5728c11b6b",
            "gambit_id": "aae8d68f-3435-4a8a-b8f6-27e66c1c548d",
            "last_updated": "2023-07-10T18:33:27.853114-04:00",
            "created_at": "2023-07-09T08:43:17.840692-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed0a592-d083-42ca-b60f-8313865825af/?format=api"
        },
        {
            "id": "7b269015-1ec5-4b79-a35c-1aee38afe0ad",
            "gambit_id": "5255c663-811e-4dd2-8321-0ada648c79ce",
            "last_updated": "2023-07-10T18:33:27.851763-04:00",
            "created_at": "2023-07-09T08:43:17.838012-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed0a592-d083-42ca-b60f-8313865825af/?format=api"
        }
    ]
}