GET /api/bet_types/58992de5-5291-4b60-84ff-461f2d24d7e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58992de5-5291-4b60-84ff-461f2d24d7e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/fca968f4-807d-48e4-8eee-dae09f311193/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Ohio State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Ohio State",
                "amount": 9289.0
            },
            {
                "team": "Maryland",
                "amount": 711.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": 470.52,
        "profit_sb_percentage": 5.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa31e04a-e4d9-4b9c-ab16-e504abfa550e",
            "gambit_id": "4180e408-7d8d-47a4-ae97-a6ad84339cf1",
            "last_updated": "2022-11-21T10:23:32.977364-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58992de5-5291-4b60-84ff-461f2d24d7e4/?format=api"
        },
        {
            "id": "8fc3aac6-42f1-4824-8c6b-6d0e6948078c",
            "gambit_id": "f6537806-6ef3-4e27-b56c-8a1f68081129",
            "last_updated": "2022-11-21T10:23:32.976312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "13.32000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58992de5-5291-4b60-84ff-461f2d24d7e4/?format=api"
        }
    ]
}