GET /api/bet_types/79b124a9-ca6d-4ded-84aa-28e2c0bd4662/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79b124a9-ca6d-4ded-84aa-28e2c0bd4662",
    "match": "https://api-prod.gambitprofit.com/api/matches/6811a8c2-b418-4bd0-b7ac-b583c93eeaf9/?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 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c91fd07e-3c6c-49e6-8377-3d94398cf228",
            "gambit_id": "5b66a32b-d7c6-4f9e-9662-c5252fd8f41c",
            "last_updated": "2022-11-21T09:43:44.545208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b124a9-ca6d-4ded-84aa-28e2c0bd4662/?format=api"
        },
        {
            "id": "9e08c891-b9f9-45ac-ac03-eb0405a9dc11",
            "gambit_id": "44d58443-1487-44c3-a573-9877969c2ca4",
            "last_updated": "2022-11-21T09:43:44.546361-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b124a9-ca6d-4ded-84aa-28e2c0bd4662/?format=api"
        }
    ]
}