GET /api/bet_types/7b249a4a-5032-459e-b176-c38b6b8524a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b249a4a-5032-459e-b176-c38b6b8524a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/00c64963-afae-4624-ab74-4548b43a29a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:04.276483-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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b78e7c03-bfdf-47f8-9f3e-0ec26f69426c",
            "gambit_id": "efc53c07-4e19-40d8-9854-8dd1f44039b8",
            "last_updated": "2023-12-23T14:48:18.324685-05:00",
            "created_at": "2023-12-21T09:13:04.280222-05:00",
            "name": "Game Total Over 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b249a4a-5032-459e-b176-c38b6b8524a9/?format=api"
        },
        {
            "id": "56f213e3-c4a0-49bd-9867-cd0b8ae79ce8",
            "gambit_id": "a5419b5f-9ea9-471b-b123-93bd8cf4e5bc",
            "last_updated": "2023-12-23T14:48:18.328022-05:00",
            "created_at": "2023-12-21T09:13:04.284343-05:00",
            "name": "Game Total Under 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b249a4a-5032-459e-b176-c38b6b8524a9/?format=api"
        }
    ]
}