GET /api/bet_types/cfa6d13b-309f-45c2-9154-995dae13ef0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfa6d13b-309f-45c2-9154-995dae13ef0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eaa664d-7f73-45a4-ae36-9ecd003f371d/?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 57.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 57.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f06be533-c3d3-4fa2-a9ae-682c5fea3b9e",
            "gambit_id": "a13c7078-dfdb-4677-8c8d-95ad64350f9f",
            "last_updated": "2022-09-18T18:07:34.511678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 57.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "57.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfa6d13b-309f-45c2-9154-995dae13ef0c/?format=api"
        },
        {
            "id": "8d4a2847-c664-4c4f-9c7c-806f30b4bbe7",
            "gambit_id": "9ffad553-bcec-4054-bd9a-252537b3fbe6",
            "last_updated": "2022-09-18T18:07:34.512834-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 57.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "57.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfa6d13b-309f-45c2-9154-995dae13ef0c/?format=api"
        }
    ]
}