GET /api/bet_types/7e7beb27-081c-464f-a0b1-deb889e7391b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e7beb27-081c-464f-a0b1-deb889e7391b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a94c384-0433-4cb0-9f8e-41c8a6bed9dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:10.913974-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3945c45b-51b8-4ee6-bb06-7b672ff25a34",
            "gambit_id": "d54f2ed2-e78f-4dc3-bba8-15e45cf15ab2",
            "last_updated": "2023-04-10T14:27:27.595726-04:00",
            "created_at": "2023-04-09T09:27:10.919878-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7beb27-081c-464f-a0b1-deb889e7391b/?format=api"
        },
        {
            "id": "6283739b-5dba-4b47-8e9c-1b2f1e7cc2c5",
            "gambit_id": "72f8654f-9a6a-452f-a8cf-8397e90e059a",
            "last_updated": "2023-04-10T14:27:27.592980-04:00",
            "created_at": "2023-04-09T09:27:10.916881-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7beb27-081c-464f-a0b1-deb889e7391b/?format=api"
        }
    ]
}