GET /api/bet_types/b49a79f0-8bdb-40c3-9a2c-d4777598484c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b49a79f0-8bdb-40c3-9a2c-d4777598484c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b85b427-b0c2-41a8-91d6-a8fbe78226bb/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b6af254-551b-4d16-b8de-6724f8fb9098",
            "gambit_id": "2a23cc05-d551-4b88-b418-7abadda5198f",
            "last_updated": "2022-09-16T11:41:53.807352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b49a79f0-8bdb-40c3-9a2c-d4777598484c/?format=api"
        },
        {
            "id": "75b3e587-1355-40f9-b1f3-2e401dd706c3",
            "gambit_id": "1f60bdf9-99d4-45c1-b089-e68e5472b4e0",
            "last_updated": "2022-09-16T11:41:53.806178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b49a79f0-8bdb-40c3-9a2c-d4777598484c/?format=api"
        }
    ]
}