GET /api/bet_types/2018b4a2-7386-422d-a6e0-51c89f954dfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2018b4a2-7386-422d-a6e0-51c89f954dfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2c56e50-4d57-48b0-9c00-55bae926c779/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6419.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3581.0
            }
        ],
        "expected_reward_tokens": 8986.6,
        "profit_sb": -13.4,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ac6c820-7462-4a4a-b744-f8ca49c10518",
            "gambit_id": "2fe6c0e1-5918-4987-bb6c-d11b99d620bb",
            "last_updated": "2022-09-14T13:52:28.802848-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.40000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2018b4a2-7386-422d-a6e0-51c89f954dfd/?format=api"
        },
        {
            "id": "60582b38-f9db-4ae6-b850-dfee184177a4",
            "gambit_id": "6aded806-23c5-4b26-b78b-f15b2342a758",
            "last_updated": "2022-09-14T13:52:28.801721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.51000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2018b4a2-7386-422d-a6e0-51c89f954dfd/?format=api"
        }
    ]
}