GET /api/bet_types/39a79bfd-7d8f-4a18-9a19-543b72f80439/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39a79bfd-7d8f-4a18-9a19-543b72f80439",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a34131e-1490-469f-b036-1b6351e5bb0d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T13:31:55.418051-05: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 47.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "6fa6042e-b843-4a07-a2cb-9cb79c1fd853",
            "gambit_id": "f507c2c2-4d3e-4323-ae9e-02d466716011",
            "last_updated": "2023-01-22T21:26:55.875549-05:00",
            "created_at": "2023-01-20T13:31:55.420572-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39a79bfd-7d8f-4a18-9a19-543b72f80439/?format=api"
        },
        {
            "id": "f911669a-afc4-4cff-b5fc-800bf03cbd3e",
            "gambit_id": "84329249-8a20-4ddb-8199-50e357b753b9",
            "last_updated": "2023-01-22T21:26:55.874152-05:00",
            "created_at": "2023-01-20T13:31:55.419314-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39a79bfd-7d8f-4a18-9a19-543b72f80439/?format=api"
        }
    ]
}