GET /api/bet_types/3153e40d-a8d8-4afd-bdca-85dbcec6968b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3153e40d-a8d8-4afd-bdca-85dbcec6968b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cad2242c-7437-404d-ae39-c431bac49cd8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-03T09:21:58.748120-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "61968987-e91c-44f5-96e7-c80bc0c2ed6f",
            "gambit_id": "3c0e789e-8829-4324-9217-9b1235f7c9e2",
            "last_updated": "2023-02-04T12:07:02.410457-05:00",
            "created_at": "2023-02-03T09:21:58.749433-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3153e40d-a8d8-4afd-bdca-85dbcec6968b/?format=api"
        },
        {
            "id": "381c15b0-5fc9-4cec-9e39-526d1abf4791",
            "gambit_id": "4c96802b-7867-42fb-b8e7-f1df36ce8460",
            "last_updated": "2023-02-04T12:07:02.411602-05:00",
            "created_at": "2023-02-03T09:21:58.750909-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3153e40d-a8d8-4afd-bdca-85dbcec6968b/?format=api"
        }
    ]
}