GET /api/bet_types/920a7529-ccdb-45af-96e9-664c1dd0f757/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "920a7529-ccdb-45af-96e9-664c1dd0f757",
    "match": "https://api-prod.gambitprofit.com/api/matches/72d193af-b8f3-4c8f-9de8-6899e2df5479/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-23T16:11:49.820001-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": "3fbbd75b-16d8-4a55-98a8-9e32e1878e99",
            "gambit_id": "163589d2-a1f9-435d-b4b7-2f20aeff11f9",
            "last_updated": "2023-04-24T13:02:15.352454-04:00",
            "created_at": "2023-04-23T16:11:49.825432-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/920a7529-ccdb-45af-96e9-664c1dd0f757/?format=api"
        },
        {
            "id": "aade39cd-6102-4ea7-91d6-d2a02b4c9c58",
            "gambit_id": "43cf007d-9cac-44dd-ae8b-6b64bc51ffd2",
            "last_updated": "2023-04-24T13:02:15.350553-04:00",
            "created_at": "2023-04-23T16:11:49.822724-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/920a7529-ccdb-45af-96e9-664c1dd0f757/?format=api"
        }
    ]
}