GET /api/bet_types/58cc6e1f-c992-4b16-8ca6-e2e1087ba24b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58cc6e1f-c992-4b16-8ca6-e2e1087ba24b",
    "match": "https://api-prod.gambitprofit.com/api/matches/222f52df-2b4e-4bc8-85b8-b80c02e991c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T08:08:08.478709-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": "40b84d38-7857-4333-b799-41a474501170",
            "gambit_id": "9d222d8b-7602-45ac-811b-90d49c8a6c42",
            "last_updated": "2023-07-31T13:03:19.951465-04:00",
            "created_at": "2023-07-29T08:08:08.487070-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/58cc6e1f-c992-4b16-8ca6-e2e1087ba24b/?format=api"
        },
        {
            "id": "03b732c4-b5d4-4ff6-9278-326b7126568f",
            "gambit_id": "3f4b69e6-f53b-4682-90e2-790156a0390b",
            "last_updated": "2023-07-31T13:03:19.947769-04:00",
            "created_at": "2023-07-29T08:08:08.482539-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/58cc6e1f-c992-4b16-8ca6-e2e1087ba24b/?format=api"
        }
    ]
}