GET /api/bet_types/f090338f-409b-4fda-b1ee-47119020113b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f090338f-409b-4fda-b1ee-47119020113b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea2976b8-f866-4c33-9557-5cefca3a00c7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-29T10:38:02.567038-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 Over 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fcc650c-acb7-4845-b8a5-cea75fdd7ce3",
            "gambit_id": "9fc1d3ae-d60d-49d6-89dd-04b10556af55",
            "last_updated": "2023-11-30T11:18:14.075439-05:00",
            "created_at": "2023-11-29T10:38:02.572246-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f090338f-409b-4fda-b1ee-47119020113b/?format=api"
        },
        {
            "id": "ab6cf6ad-417e-4f7c-ab2d-fc7ea814dacd",
            "gambit_id": "3a93ce3b-0568-4c6c-ab46-3dc7e8802ac2",
            "last_updated": "2023-11-30T11:18:14.078883-05:00",
            "created_at": "2023-11-29T10:38:02.576724-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f090338f-409b-4fda-b1ee-47119020113b/?format=api"
        }
    ]
}