GET /api/bet_types/70f77ea5-ea69-44e0-83e8-a6096c6cd395/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70f77ea5-ea69-44e0-83e8-a6096c6cd395",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1dcb03a-18ea-4a4c-8b91-4dfe5f420d50/?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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa573e4e-a898-422d-b66e-96e07b432d82",
            "gambit_id": "8fb08b6e-3f01-4ac5-8c5c-afbb199c8234",
            "last_updated": "2022-12-14T10:22:17.161842-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f77ea5-ea69-44e0-83e8-a6096c6cd395/?format=api"
        },
        {
            "id": "265b8d88-766d-4eef-aab1-b64a952d7ebc",
            "gambit_id": "ba437945-18b2-4bfa-be35-4393145bf74a",
            "last_updated": "2022-12-14T10:22:17.163002-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f77ea5-ea69-44e0-83e8-a6096c6cd395/?format=api"
        }
    ]
}