GET /api/bet_types/05d491e2-12aa-4478-b44b-85fe04654437/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05d491e2-12aa-4478-b44b-85fe04654437",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cc8d142-b7f3-45f7-bdef-86d2deb9b829/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:33:12.016089-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": "Total Rounds Over 1.5",
                "amount": 5676.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": -248.12,
        "profit_sb_percentage": -2.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d9e399b-df3b-4afd-81be-e63d17936bda",
            "gambit_id": "5484ebf0-f989-4dc6-a484-a528f524306f",
            "last_updated": "2023-12-05T21:28:21.357547-05:00",
            "created_at": "2023-12-01T19:33:12.020498-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d491e2-12aa-4478-b44b-85fe04654437/?format=api"
        },
        {
            "id": "618e1fbf-60de-4f7d-9579-c0e071c0afd9",
            "gambit_id": "18ca2877-a141-4e36-91ea-760ce4f3b6b7",
            "last_updated": "2023-12-05T21:28:21.361202-05:00",
            "created_at": "2023-12-01T19:33:12.024846-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d491e2-12aa-4478-b44b-85fe04654437/?format=api"
        }
    ]
}