GET /api/bet_types/419fe8c4-bdd0-4ebd-a342-7647d3b5b8f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "419fe8c4-bdd0-4ebd-a342-7647d3b5b8f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbafb71c-4337-4037-bfc2-10742b1bf8ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Purdue",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Purdue",
                "amount": 8604.0
            },
            {
                "team": "Northwestern",
                "amount": 1396.0
            }
        ],
        "expected_reward_tokens": 9378.36,
        "profit_sb": 378.36,
        "profit_sb_percentage": 4.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "44844274-b697-476c-acc0-2a7584878b88",
            "gambit_id": "b597b869-522e-4972-b1ae-97af5eddb223",
            "last_updated": "2022-11-21T12:04:04.845565-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419fe8c4-bdd0-4ebd-a342-7647d3b5b8f8/?format=api"
        },
        {
            "id": "06a41cf8-8f41-4a57-a4a3-eb4e1d2b5038",
            "gambit_id": "a541cc84-b9ed-4944-ba15-b152611a84e9",
            "last_updated": "2022-11-21T12:04:04.846726-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "6.72000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419fe8c4-bdd0-4ebd-a342-7647d3b5b8f8/?format=api"
        }
    ]
}