GET /api/bet_types/6cc515d9-732d-4537-a601-734929931b41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cc515d9-732d-4537-a601-734929931b41",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0d810a6-8b03-4ed2-a78e-e07ad86c7aac/?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": "MIN",
                "amount": 5911.0
            },
            {
                "team": "TOR",
                "amount": 4089.0
            }
        ],
        "expected_reward_tokens": 9280.27,
        "profit_sb": 280.27,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bb363d0-269d-4c83-96c6-40d23d4a90e7",
            "gambit_id": "af785989-f485-4e03-bf6e-7d62d4c52f0a",
            "last_updated": "2022-08-07T10:52:16.487397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc515d9-732d-4537-a601-734929931b41/?format=api"
        },
        {
            "id": "f9f0804a-7637-4bed-83c6-18d326b689d1",
            "gambit_id": "4f7bc453-b1f2-489c-a6e0-5171096033fe",
            "last_updated": "2022-08-07T10:52:16.488041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc515d9-732d-4537-a601-734929931b41/?format=api"
        }
    ]
}