GET /api/bet_types/01535276-3af3-41ce-89be-a28060c21618/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01535276-3af3-41ce-89be-a28060c21618",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7bd8138-e826-4625-af4b-4028efd763aa/?format=api",
    "name": "Play the Odds",
    "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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1be1cf4a-4c37-49ca-a60c-984e342bb724",
            "gambit_id": "f6dfccde-6c2c-4d26-9b7a-aa7836dab533",
            "last_updated": "2022-12-13T10:02:35.383127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01535276-3af3-41ce-89be-a28060c21618/?format=api"
        },
        {
            "id": "e91f44b8-129b-46d9-8341-84a8e7adb837",
            "gambit_id": "428cd465-96fd-4e78-8379-a4b2cf8e7db3",
            "last_updated": "2022-12-13T10:02:35.382073-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01535276-3af3-41ce-89be-a28060c21618/?format=api"
        }
    ]
}