GET /api/bet_types/0aacec09-8378-4ed3-9807-784301b275c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0aacec09-8378-4ed3-9807-784301b275c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/55fcaca6-75a5-4472-97ba-fce3053dce77/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-15T11:36:57.523772-04: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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0cb82da5-8fa5-4e6f-8a0e-717bed30ee93",
            "gambit_id": "12a82a59-ad68-4cdc-9d3d-2d01adaf9b1b",
            "last_updated": "2023-05-16T10:42:08.739735-04:00",
            "created_at": "2023-05-15T11:36:57.525484-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aacec09-8378-4ed3-9807-784301b275c6/?format=api"
        },
        {
            "id": "3c57e0bc-0eb1-4eae-b330-6c94f4213beb",
            "gambit_id": "d2f6a0a7-061b-4c35-b1ba-3be8e60b8669",
            "last_updated": "2023-05-16T10:42:08.741548-04:00",
            "created_at": "2023-05-15T11:36:57.527187-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aacec09-8378-4ed3-9807-784301b275c6/?format=api"
        }
    ]
}