GET /api/bet_types/fef0d7a5-da55-4678-b9c9-b185f15b02b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fef0d7a5-da55-4678-b9c9-b185f15b02b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5409bd47-211a-4c2b-8456-e001d70d00d7/?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 Under 8.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad45bf08-db65-440a-aea4-6c555f0b286d",
            "gambit_id": "f7b900a5-f460-4bea-93b5-34b7cfc879b9",
            "last_updated": "2022-09-10T21:57:24.904727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef0d7a5-da55-4678-b9c9-b185f15b02b8/?format=api"
        },
        {
            "id": "4d41b356-8ad3-43a1-9773-960550c832a4",
            "gambit_id": "5e80749b-a12b-42e3-bca0-f3269bf20df8",
            "last_updated": "2022-09-10T21:57:24.906473-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef0d7a5-da55-4678-b9c9-b185f15b02b8/?format=api"
        }
    ]
}