GET /api/bet_types/bf508008-577b-4e4b-80dc-281522928e24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf508008-577b-4e4b-80dc-281522928e24",
    "match": "https://api-prod.gambitprofit.com/api/matches/d853deff-ad63-4770-b771-d72e05639c4c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T12:46:50.729627-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": "Total Rounds Over 1.5",
                "amount": 5974.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9259.7,
        "profit_sb": -240.3,
        "profit_sb_percentage": -2.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e3b4bca-7124-4042-b36a-d68531607f07",
            "gambit_id": "d832447c-5b68-4e86-ae3b-c691763dd49e",
            "last_updated": "2023-03-06T15:06:51.969408-05:00",
            "created_at": "2023-03-04T12:46:50.732587-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf508008-577b-4e4b-80dc-281522928e24/?format=api"
        },
        {
            "id": "082f343d-7749-4e5a-aac1-6f643bbf7a49",
            "gambit_id": "e8dcee10-3c64-4fc5-a75a-bb4d15f3e1b4",
            "last_updated": "2023-03-06T15:06:51.968119-05:00",
            "created_at": "2023-03-04T12:46:50.731145-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf508008-577b-4e4b-80dc-281522928e24/?format=api"
        }
    ]
}