GET /api/bet_types/41554754-282e-4bc8-9e16-dbcb064502f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41554754-282e-4bc8-9e16-dbcb064502f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/be6a45d8-a975-46c6-b140-fb4c0ec767c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T17:07:17.829565-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "da02bfd4-76b4-41fb-b51b-10c93854e86b",
            "gambit_id": "f616025f-78ff-45cd-b19c-60c643cc5d78",
            "last_updated": "2023-03-15T14:07:07.271092-04:00",
            "created_at": "2023-03-14T17:07:17.831378-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41554754-282e-4bc8-9e16-dbcb064502f0/?format=api"
        },
        {
            "id": "258708b2-6b59-40c6-a870-520a84a0c20d",
            "gambit_id": "96dc4806-254a-4497-9cc8-ecab4644c01d",
            "last_updated": "2023-03-15T14:07:07.272305-04:00",
            "created_at": "2023-03-14T17:07:17.833146-04:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41554754-282e-4bc8-9e16-dbcb064502f0/?format=api"
        }
    ]
}