GET /api/bet_types/89e85ee2-0fc1-4c7c-a3a8-e0611ab7fd2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89e85ee2-0fc1-4c7c-a3a8-e0611ab7fd2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c8cecbc-20f1-4ab3-82eb-a5b1006e0d4f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "NC State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "NC State",
                "amount": 8734.0
            },
            {
                "team": "Boston College",
                "amount": 1266.0
            }
        ],
        "expected_reward_tokens": 9343.08,
        "profit_sb": 343.08,
        "profit_sb_percentage": 3.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "e21722d9-88fc-4e54-a22d-530a05226e9e",
            "gambit_id": "e11f7deb-3cf6-4f2e-9c8f-9119e0f3098f",
            "last_updated": "2022-11-14T09:49:12.163703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e85ee2-0fc1-4c7c-a3a8-e0611ab7fd2a/?format=api"
        },
        {
            "id": "e1e136b1-f8eb-46d0-a45d-cef53613efe2",
            "gambit_id": "2c0a6e0c-5f44-49d4-8642-32babdcca5a0",
            "last_updated": "2022-11-14T09:49:12.164851-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "7.38000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e85ee2-0fc1-4c7c-a3a8-e0611ab7fd2a/?format=api"
        }
    ]
}