GET /api/bet_types/1d4a5e1b-5d78-4f9e-b604-19c89a9f96f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d4a5e1b-5d78-4f9e-b604-19c89a9f96f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6ededed-f2bd-482b-8351-e6b801147d45/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:07:00.730249-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 Over 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d146196b-415f-4838-9e40-166b689e9f44",
            "gambit_id": "71ab7a6d-308d-464b-96d1-9190d2f16a62",
            "last_updated": "2023-03-29T10:57:16.951684-04:00",
            "created_at": "2023-03-28T10:07:00.734420-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4a5e1b-5d78-4f9e-b604-19c89a9f96f0/?format=api"
        },
        {
            "id": "a97e20db-6f9c-47e7-9a35-874d7ebc34ba",
            "gambit_id": "cf5b48e7-14f0-4235-8959-b15dc115fce5",
            "last_updated": "2023-03-29T10:57:16.948358-04:00",
            "created_at": "2023-03-28T10:07:00.731889-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4a5e1b-5d78-4f9e-b604-19c89a9f96f0/?format=api"
        }
    ]
}