GET /api/bet_types/e92d5a25-d3d6-4ea9-a2c5-9f8224d30b3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e92d5a25-d3d6-4ea9-a2c5-9f8224d30b3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fced72f-3318-4405-b410-2e511fcf93d1/?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 Over 236",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cd5f2e5-edaf-4a03-8f5a-df7711a96547",
            "gambit_id": "2d7b4d23-d06e-4284-81b3-954f9ff6a7cf",
            "last_updated": "2022-11-10T09:27:58.265860-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 236",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92d5a25-d3d6-4ea9-a2c5-9f8224d30b3a/?format=api"
        },
        {
            "id": "d70a3681-5ae0-48c0-8ff2-27942057770c",
            "gambit_id": "8aaaca2b-2f0a-420e-84be-76a71e47acf7",
            "last_updated": "2022-11-10T09:27:58.264858-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 236",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92d5a25-d3d6-4ea9-a2c5-9f8224d30b3a/?format=api"
        }
    ]
}