GET /api/bet_types/1b0f679d-c903-40ac-b963-b17e86747c05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b0f679d-c903-40ac-b963-b17e86747c05",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aad486a-eb10-44e1-a880-2fb157f3a57c/?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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ee27132-3a07-4ad1-a456-8aee097e16c4",
            "gambit_id": "3a5a5439-31b4-4e38-b929-239e67357e38",
            "last_updated": "2022-08-16T14:02:08.386863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b0f679d-c903-40ac-b963-b17e86747c05/?format=api"
        },
        {
            "id": "ae8e730d-4a9d-4086-b44c-abba7477cc39",
            "gambit_id": "52f42ab1-257f-456d-8765-3d2be035a8d7",
            "last_updated": "2022-08-16T14:02:08.387353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b0f679d-c903-40ac-b963-b17e86747c05/?format=api"
        }
    ]
}