GET /api/bet_types/e5c3ab4f-5ca6-4d7b-b2a5-09552835f0ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5c3ab4f-5ca6-4d7b-b2a5-09552835f0ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/620610cf-d619-4b66-af46-544b878d64be/?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": 5301.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "926a2d9f-243f-469e-b09d-eae46efb4079",
            "gambit_id": "f4eba3bb-2577-47f1-b073-fd98a88c9fee",
            "last_updated": "2022-09-07T12:46:57.609247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5c3ab4f-5ca6-4d7b-b2a5-09552835f0ec/?format=api"
        },
        {
            "id": "13fa69b6-4b41-4b43-bc75-713e05bde210",
            "gambit_id": "69d93e93-0fb4-4938-b1bf-e1f6bf9f8927",
            "last_updated": "2022-09-07T12:46:57.608095-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5c3ab4f-5ca6-4d7b-b2a5-09552835f0ec/?format=api"
        }
    ]
}