GET /api/bet_types/d152678f-59b5-49a6-b61a-73c723056d30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d152678f-59b5-49a6-b61a-73c723056d30",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d563130-daec-47ba-aaa4-cf64218ae502/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "26fe7bdb-b69c-4f51-b6bc-18f8e9c9d303",
            "gambit_id": "d898e495-358e-4be9-88ae-2ac1e20ea75a",
            "last_updated": "2022-09-07T12:46:55.897260-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.79000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d152678f-59b5-49a6-b61a-73c723056d30/?format=api"
        },
        {
            "id": "614cf452-1f35-4187-b988-1d9ab55876d4",
            "gambit_id": "02b170ca-b8f8-42bc-941c-0901282d060c",
            "last_updated": "2022-09-07T12:46:55.898496-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d152678f-59b5-49a6-b61a-73c723056d30/?format=api"
        }
    ]
}