GET /api/bet_types/7b7ca9df-12da-405d-a993-3097eaea5ce2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b7ca9df-12da-405d-a993-3097eaea5ce2",
    "match": "https://api-prod.gambitprofit.com/api/matches/37b7a85e-b6f5-44a1-8ce6-156f9a9215cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Georgia",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Georgia",
                "amount": 9113.0
            },
            {
                "team": "Kentucky",
                "amount": 887.0
            }
        ],
        "expected_reward_tokens": 9473.16,
        "profit_sb": 473.16,
        "profit_sb_percentage": 5.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "39e31669-ac35-468f-8506-5c4ce4dc2f84",
            "gambit_id": "a10cceb8-8396-482b-94c5-38f01b911fba",
            "last_updated": "2022-11-20T11:33:59.189737-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.04000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b7ca9df-12da-405d-a993-3097eaea5ce2/?format=api"
        },
        {
            "id": "bc5cd300-e537-492f-8f6c-2e8012b74629",
            "gambit_id": "e536c92a-7c02-44e0-991e-77a192a3c1f7",
            "last_updated": "2022-11-20T11:33:59.188646-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "10.68000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b7ca9df-12da-405d-a993-3097eaea5ce2/?format=api"
        }
    ]
}