GET /api/bet_types/04174fb5-33bb-4ece-a8d4-f485eee717a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04174fb5-33bb-4ece-a8d4-f485eee717a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0318d690-e56e-4fb0-8b88-30b070d18856/?format=api",
    "name": "Pick the Winner",
    "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": "Jordan Christensen",
                "amount": 5763.0
            },
            {
                "team": "Cody Beierle",
                "amount": 4237.0
            }
        ],
        "expected_reward_tokens": 8643.48,
        "profit_sb": -356.52,
        "profit_sb_percentage": -3.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "91d9197a-5d4c-470c-8408-1d1f5be84ecb",
            "gambit_id": "234ddc07-64f4-409d-bb1e-a6c6e64341ff",
            "last_updated": "2022-12-24T17:12:24.823841-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jordan Christensen",
            "reward": "1.50000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04174fb5-33bb-4ece-a8d4-f485eee717a8/?format=api"
        },
        {
            "id": "0e009842-b491-481d-b4b5-bdcfc0a3f944",
            "gambit_id": "3388ea04-ea5f-41be-9f6c-b555ade7060b",
            "last_updated": "2022-12-24T17:12:24.825003-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cody Beierle",
            "reward": "2.04000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04174fb5-33bb-4ece-a8d4-f485eee717a8/?format=api"
        }
    ]
}