GET /api/bet_types/84e07546-b4c6-4b6a-94ef-51fe873c8378/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84e07546-b4c6-4b6a-94ef-51fe873c8378",
    "match": "https://api-prod.gambitprofit.com/api/matches/f372ed84-f4c5-47b7-9193-2f094ebe2504/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T09:13:26.031228-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": "ba0b643f-3780-424a-8c27-4abb654b0c24",
            "gambit_id": "779c88b7-915c-40ad-8019-a14a214c2943",
            "last_updated": "2023-09-26T09:22:57.354353-04:00",
            "created_at": "2023-09-24T09:13:26.035501-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/84e07546-b4c6-4b6a-94ef-51fe873c8378/?format=api"
        },
        {
            "id": "4b44bb97-6e35-4bf5-811c-c0545e95579b",
            "gambit_id": "e75995c4-2146-45dc-b53d-35056f4486b3",
            "last_updated": "2023-09-26T09:22:57.345535-04:00",
            "created_at": "2023-09-24T09:13:26.040677-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/84e07546-b4c6-4b6a-94ef-51fe873c8378/?format=api"
        }
    ]
}