GET /api/bet_types/5e0cf0f4-ae7a-40b2-8a2b-40e1fbfb5a0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e0cf0f4-ae7a-40b2-8a2b-40e1fbfb5a0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5317face-f17b-4d52-bd91-99ce768aecab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:47:58.854853-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 Under 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6b8afe7-d763-44cd-ba65-a2d50eb0e195",
            "gambit_id": "c0696094-d89d-4418-a56c-142314f8e3a5",
            "last_updated": "2023-07-24T13:28:09.876971-04:00",
            "created_at": "2023-07-23T11:47:58.863466-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0cf0f4-ae7a-40b2-8a2b-40e1fbfb5a0c/?format=api"
        },
        {
            "id": "10351414-e1e3-45a1-81d8-c762c0ca8c13",
            "gambit_id": "2ea2afc3-77ff-42c4-849a-c745c5f4831d",
            "last_updated": "2023-07-24T13:28:09.880187-04:00",
            "created_at": "2023-07-23T11:47:58.858573-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0cf0f4-ae7a-40b2-8a2b-40e1fbfb5a0c/?format=api"
        }
    ]
}