GET /api/bet_types/36978e5d-cdc1-499e-b92a-1ebd899a5294/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36978e5d-cdc1-499e-b92a-1ebd899a5294",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba25761-32d9-46e6-9909-244258db40d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:47:05.610656-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Phoenix Suns",
                "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": "Phoenix Suns",
                "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": "f212a8f6-b936-4c7a-a36c-c7c936e25705",
            "gambit_id": "23bde5ff-d29d-443a-a03c-4b9bf1be99e1",
            "last_updated": "2023-04-05T17:32:11.939791-04:00",
            "created_at": "2023-04-04T09:47:05.612622-04:00",
            "name": "Phoenix Suns",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36978e5d-cdc1-499e-b92a-1ebd899a5294/?format=api"
        },
        {
            "id": "cf20828f-9c8b-4285-9670-f24df3b64279",
            "gambit_id": "3c001751-f1df-48b2-9a3d-d8a17b3a8401",
            "last_updated": "2023-04-05T17:32:11.941193-04:00",
            "created_at": "2023-04-04T09:47:05.614623-04:00",
            "name": "San Antonio Spurs",
            "reward": "9.64000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36978e5d-cdc1-499e-b92a-1ebd899a5294/?format=api"
        }
    ]
}