GET /api/bet_types/4d5719b5-16c0-4dc0-8c38-f6a083cef977/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d5719b5-16c0-4dc0-8c38-f6a083cef977",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eca8057-38be-4590-84e5-e370c7188616/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T10:32:10.953369-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b81478a2-a4d6-49b8-9067-ef28cd1b106f",
            "gambit_id": "02d04ca8-835e-4b0c-b9f3-e83ed13f545b",
            "last_updated": "2023-03-18T14:42:06.542390-04:00",
            "created_at": "2023-03-17T10:32:10.956814-04:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d5719b5-16c0-4dc0-8c38-f6a083cef977/?format=api"
        },
        {
            "id": "fa3f3576-d582-42c4-b1a6-fd92d55f5c4f",
            "gambit_id": "cea55c46-fb78-442a-84a5-61c97468ecef",
            "last_updated": "2023-03-18T14:42:06.540172-04:00",
            "created_at": "2023-03-17T10:32:10.955159-04:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d5719b5-16c0-4dc0-8c38-f6a083cef977/?format=api"
        }
    ]
}