GET /api/bet_types/e427a6c2-fe40-4443-a142-c8f969dfd372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e427a6c2-fe40-4443-a142-c8f969dfd372",
    "match": "https://api-prod.gambitprofit.com/api/matches/2843fdfb-8c5c-421f-8b5d-86007462c688/?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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f679637-0ff7-425d-958c-edf6e5142fcf",
            "gambit_id": "1cef8df5-3c4d-4a70-9c3f-e1dbc6c23812",
            "last_updated": "2022-10-31T11:52:08.430021-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e427a6c2-fe40-4443-a142-c8f969dfd372/?format=api"
        },
        {
            "id": "34b5a2d6-18c4-48c5-b63d-a48a247886c1",
            "gambit_id": "c5c2c9b0-0952-46cf-8c71-082fbd9afd76",
            "last_updated": "2022-10-31T11:52:08.431048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e427a6c2-fe40-4443-a142-c8f969dfd372/?format=api"
        }
    ]
}