GET /api/bet_types/f0f644a0-3814-4d8e-9c3c-b5603519dc5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0f644a0-3814-4d8e-9c3c-b5603519dc5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c32bbfa0-f8b2-442c-9d6a-f6b279ef1091/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-19T15:32:01.824587-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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "92473a59-6247-4ffd-bf74-519068e97735",
            "gambit_id": "1d3a75b9-4cb1-4947-86ab-dc6c073c2224",
            "last_updated": "2023-02-20T09:46:56.415011-05:00",
            "created_at": "2023-02-19T15:32:01.826116-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f644a0-3814-4d8e-9c3c-b5603519dc5b/?format=api"
        },
        {
            "id": "5f8d7a30-b344-4f2d-981f-d8322f106054",
            "gambit_id": "6d1e5e67-dc87-4215-920a-ad0cf19ca778",
            "last_updated": "2023-02-20T09:46:56.416163-05:00",
            "created_at": "2023-02-19T15:32:01.827499-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f644a0-3814-4d8e-9c3c-b5603519dc5b/?format=api"
        }
    ]
}