GET /api/bet_types/473d139d-098f-4a6e-9747-f6f761f8f55f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "473d139d-098f-4a6e-9747-f6f761f8f55f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f63092b7-6439-4798-b084-a5fcbc9a8788/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:08.632683-05: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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b8d27ed-957e-4712-9128-59f6822bf612",
            "gambit_id": "908798f8-5999-4ce2-807e-926883dce9a8",
            "last_updated": "2023-11-20T19:43:03.489772-05:00",
            "created_at": "2023-11-16T09:28:08.636350-05:00",
            "name": "Game Total Under 48",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/473d139d-098f-4a6e-9747-f6f761f8f55f/?format=api"
        },
        {
            "id": "10908c9e-3585-4f39-9b3c-6e61e683feff",
            "gambit_id": "dd8bd70e-33f7-4924-aef4-68e2b2c62957",
            "last_updated": "2023-11-20T19:43:03.493025-05:00",
            "created_at": "2023-11-16T09:28:08.639953-05:00",
            "name": "Game Total Over 48",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/473d139d-098f-4a6e-9747-f6f761f8f55f/?format=api"
        }
    ]
}