GET /api/bet_types/fbcb3031-ef78-4073-89c4-81d3484ca6f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbcb3031-ef78-4073-89c4-81d3484ca6f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/14b47f43-f783-4d2d-96d1-4732e8f3f216/?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": 5097.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "50b78868-9c20-4c46-80cf-653db98b24c8",
            "gambit_id": "ada083f2-2285-4719-9509-286c4e55fbfe",
            "last_updated": "2022-09-21T16:27:03.465322-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/fbcb3031-ef78-4073-89c4-81d3484ca6f8/?format=api"
        },
        {
            "id": "77e163e4-a63a-4643-b663-edd80fb5c73b",
            "gambit_id": "f974dddc-ffb8-4cde-8e85-ae4692f7e8f4",
            "last_updated": "2022-09-21T16:27:03.466559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbcb3031-ef78-4073-89c4-81d3484ca6f8/?format=api"
        }
    ]
}