GET /api/bet_types/413b2f89-f7b9-4b96-b743-7f498fae88dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "413b2f89-f7b9-4b96-b743-7f498fae88dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bdcfb85-0fef-4a72-901b-b0c1ceedcc22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-17T09:28:12.544416-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 8810.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1190.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2186654-9fe0-47df-8d9a-0c3960a455f8",
            "gambit_id": "e1cda3fb-3024-4cbe-b957-45abde3b0d8a",
            "last_updated": "2024-01-19T12:08:16.618347-05:00",
            "created_at": "2024-01-17T09:28:12.555960-05:00",
            "name": "Boston Celtics",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/413b2f89-f7b9-4b96-b743-7f498fae88dd/?format=api"
        },
        {
            "id": "737e187e-9a41-4def-b614-7ea4b0bb3fbd",
            "gambit_id": "d41bc299-1fb1-4598-bfba-f2ff43a903ba",
            "last_updated": "2024-01-19T12:08:16.614048-05:00",
            "created_at": "2024-01-17T09:28:12.550404-05:00",
            "name": "San Antonio Spurs",
            "reward": "7.92000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/413b2f89-f7b9-4b96-b743-7f498fae88dd/?format=api"
        }
    ]
}