GET /api/bet_types/0a801f54-22ac-444e-9fb4-2de85f0ea7cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a801f54-22ac-444e-9fb4-2de85f0ea7cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/56ce5d78-0fc7-4f2f-95ba-3b8466d5a246/?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 69",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 69",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "68058097-d7c7-4da6-ac04-fff74e2273b0",
            "gambit_id": "a943d955-b643-4591-9687-d4fe3b71b88d",
            "last_updated": "2022-11-28T10:02:11.730595-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 69",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "69.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a801f54-22ac-444e-9fb4-2de85f0ea7cb/?format=api"
        },
        {
            "id": "3939d943-4a3d-4448-8e5c-5453e2e98835",
            "gambit_id": "68032621-062b-4dfb-8134-aaa4188e830e",
            "last_updated": "2022-11-28T10:02:11.732158-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 69",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "69.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a801f54-22ac-444e-9fb4-2de85f0ea7cb/?format=api"
        }
    ]
}