GET /api/bet_types/d74d7372-e256-4b35-b94f-5d1b56ef311a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d74d7372-e256-4b35-b94f-5d1b56ef311a",
    "match": "https://api-prod.gambitprofit.com/api/matches/414f16bc-2d9d-4564-a674-fdbf6dc09131/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T09:56:49.923319-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Golden State Warriors",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Golden State Warriors",
                "amount": 9018.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 982.0
            }
        ],
        "expected_reward_tokens": 9466.48,
        "profit_sb": -33.52,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb08228f-f139-41cc-a285-cf4ffb5c9c58",
            "gambit_id": "36422466-1def-468a-bd1a-9fc2e300c9b2",
            "last_updated": "2023-04-01T10:17:07.853065-04:00",
            "created_at": "2023-03-31T09:56:49.925366-04:00",
            "name": "Golden State Warriors",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d74d7372-e256-4b35-b94f-5d1b56ef311a/?format=api"
        },
        {
            "id": "575a2b41-faab-40e0-b6b2-2387f8f42ef6",
            "gambit_id": "e1789446-d7a3-484d-88e9-dd1379209110",
            "last_updated": "2023-04-01T10:17:07.855090-04:00",
            "created_at": "2023-03-31T09:56:49.927585-04:00",
            "name": "San Antonio Spurs",
            "reward": "9.64000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d74d7372-e256-4b35-b94f-5d1b56ef311a/?format=api"
        }
    ]
}