GET /api/bet_types/36fff551-e149-4442-a62b-7bcb98bb4d74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36fff551-e149-4442-a62b-7bcb98bb4d74",
    "match": "https://api-prod.gambitprofit.com/api/matches/319f5222-f6d8-42c3-87b6-acd6c1663d83/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-29T11:47:13.016195-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb5fd029-cb70-45bd-b969-e68c947c4d5c",
            "gambit_id": "d266f984-df53-4caa-861e-afd0997a2007",
            "last_updated": "2023-05-30T10:47:22.221784-04:00",
            "created_at": "2023-05-29T11:47:13.017939-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36fff551-e149-4442-a62b-7bcb98bb4d74/?format=api"
        },
        {
            "id": "d4af1419-d7a2-4044-888b-dc396c6643ba",
            "gambit_id": "1e5901e0-f2f5-4b25-845e-653533c512f1",
            "last_updated": "2023-05-30T10:47:22.223383-04:00",
            "created_at": "2023-05-29T11:47:13.020100-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36fff551-e149-4442-a62b-7bcb98bb4d74/?format=api"
        }
    ]
}