GET /api/bet_types/e2e7fab0-cb58-45f6-abf0-de8d003a636f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2e7fab0-cb58-45f6-abf0-de8d003a636f",
    "match": "https://api-prod.gambitprofit.com/api/matches/68bd44ee-d04e-47e0-8f94-2a69c6a89766/?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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f9b4560-2d2f-4043-aba9-a52ed29194f4",
            "gambit_id": "b4d9464d-326d-41f2-8adc-467e0d823f9f",
            "last_updated": "2022-12-17T19:32:21.076686-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e7fab0-cb58-45f6-abf0-de8d003a636f/?format=api"
        },
        {
            "id": "ed899d63-1c8f-42bd-b613-d811a23d9ecd",
            "gambit_id": "7e203a96-2ec9-47ce-902f-785fc43c4bcb",
            "last_updated": "2022-12-17T19:32:21.075162-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e7fab0-cb58-45f6-abf0-de8d003a636f/?format=api"
        }
    ]
}