GET /api/bet_types/dd6525c5-07af-421b-aa17-8af6d2e846c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd6525c5-07af-421b-aa17-8af6d2e846c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff8d4a8a-f251-4a54-9fd2-7773e9fc6608/?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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9602312e-dcdd-4b99-8df6-2335bbf2bdb8",
            "gambit_id": "9d5da17c-c5c5-42d7-9820-9ec797d0c0a6",
            "last_updated": "2022-11-28T09:37:06.055870-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd6525c5-07af-421b-aa17-8af6d2e846c0/?format=api"
        },
        {
            "id": "cd5f6e30-bf6c-46a8-90c9-332de9066ba0",
            "gambit_id": "fa2e7dfc-98b8-47db-a0b7-350cf87f0eac",
            "last_updated": "2022-11-28T09:37:06.054844-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd6525c5-07af-421b-aa17-8af6d2e846c0/?format=api"
        }
    ]
}