GET /api/bet_types/b312fa9f-f403-4848-a259-88e634c02e34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b312fa9f-f403-4848-a259-88e634c02e34",
    "match": "https://api-prod.gambitprofit.com/api/matches/741b794f-7506-4aec-a28c-de0fdd485367/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-28T12:36:59.376481-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 219.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 219.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a47af8a-73d2-444f-b960-b755900fe2e9",
            "gambit_id": "2b9dd33b-b735-4648-be34-0ff94becffaa",
            "last_updated": "2023-03-01T09:42:11.246528-05:00",
            "created_at": "2023-02-28T12:36:59.379087-05:00",
            "name": "Game Total Over 219.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b312fa9f-f403-4848-a259-88e634c02e34/?format=api"
        },
        {
            "id": "901253af-0734-4604-a006-afe9f2bed2d8",
            "gambit_id": "698146cc-7604-4199-9408-e1774bbc48b5",
            "last_updated": "2023-03-01T09:42:11.245360-05:00",
            "created_at": "2023-02-28T12:36:59.377762-05:00",
            "name": "Game Total Under 219.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b312fa9f-f403-4848-a259-88e634c02e34/?format=api"
        }
    ]
}