GET /api/bet_types/2468af76-6d89-456c-be8a-c6b2e16a6b36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2468af76-6d89-456c-be8a-c6b2e16a6b36",
    "match": "https://api-prod.gambitprofit.com/api/matches/207d7e77-540b-4597-8d50-4208adeeb9c0/?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": "Columbus Blue Jackets",
                "amount": 5106.0
            },
            {
                "team": "New York Rangers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce0db0b7-9028-4444-b007-fc644ec5bfe3",
            "gambit_id": "c211da49-7290-44d9-b792-0ad2d661daba",
            "last_updated": "2022-10-24T11:56:47.114654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2468af76-6d89-456c-be8a-c6b2e16a6b36/?format=api"
        },
        {
            "id": "e5df5934-f7df-431e-adbe-6cbe87817f8b",
            "gambit_id": "c336902d-e81c-4f32-9ea0-f71956afa354",
            "last_updated": "2022-10-24T11:56:47.113673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2468af76-6d89-456c-be8a-c6b2e16a6b36/?format=api"
        }
    ]
}