GET /api/bet_types/063ab563-cdca-456d-bc6e-15c881855a8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "063ab563-cdca-456d-bc6e-15c881855a8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce95ac22-0888-477c-9439-560278eb4220/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-29T13:57:57.468284-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": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e12fa4c-2090-4835-b13c-2f13bb9655a9",
            "gambit_id": "b68beafb-fbc2-464a-b229-c35293e62bee",
            "last_updated": "2023-08-30T13:28:27.707911-04:00",
            "created_at": "2023-08-29T13:57:57.477637-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/063ab563-cdca-456d-bc6e-15c881855a8d/?format=api"
        },
        {
            "id": "532f1d45-66da-4a3c-9fd5-04343098a476",
            "gambit_id": "e0c6c654-5be0-42ce-b16c-92cf7c09beb3",
            "last_updated": "2023-08-30T13:28:27.704653-04:00",
            "created_at": "2023-08-29T13:57:57.472721-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/063ab563-cdca-456d-bc6e-15c881855a8d/?format=api"
        }
    ]
}