GET /api/bet_types/1c0610a5-9a9b-48ca-b9c5-cb053b148fea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c0610a5-9a9b-48ca-b9c5-cb053b148fea",
    "match": "https://api-prod.gambitprofit.com/api/matches/4037be3c-8608-4aca-98cc-7b4c2b24fcad/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T08:58:07.571643-04: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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "188ba9f7-85a3-4ba5-840e-ca836bad052d",
            "gambit_id": "67a55256-21df-4d78-b1ba-3c210afd0e14",
            "last_updated": "2023-07-17T10:03:16.667622-04:00",
            "created_at": "2023-07-15T08:58:07.574385-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0610a5-9a9b-48ca-b9c5-cb053b148fea/?format=api"
        },
        {
            "id": "5942aed3-8d30-46bb-b3a3-b30ac6d131e1",
            "gambit_id": "eb59d509-3a3d-4b2f-b156-d26fd01bd1d7",
            "last_updated": "2023-07-17T10:03:16.666334-04:00",
            "created_at": "2023-07-15T08:58:07.572977-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0610a5-9a9b-48ca-b9c5-cb053b148fea/?format=api"
        }
    ]
}