GET /api/bet_types/c8e6d5e7-f2c4-4cda-93ac-e3f28102f16a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8e6d5e7-f2c4-4cda-93ac-e3f28102f16a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd061829-a2f1-455f-aadf-f12c22349589/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Central Florida",
                "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": "Central Florida",
                "amount": 8728.0
            },
            {
                "team": "South Florida",
                "amount": 1272.0
            }
        ],
        "expected_reward_tokens": 9336.48,
        "profit_sb": 336.48,
        "profit_sb_percentage": 3.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a2e00fe-3295-407c-ac4f-53d48ce8a350",
            "gambit_id": "eae30743-aead-4450-beda-63ebf2120104",
            "last_updated": "2022-11-28T09:32:05.626044-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e6d5e7-f2c4-4cda-93ac-e3f28102f16a/?format=api"
        },
        {
            "id": "11e85047-6c6e-4cf0-9854-35b3545dc422",
            "gambit_id": "8c101cac-520b-40de-888e-9ef37e2ce1f1",
            "last_updated": "2022-11-28T09:32:05.625063-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "7.34000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e6d5e7-f2c4-4cda-93ac-e3f28102f16a/?format=api"
        }
    ]
}