GET /api/bet_types/27e2314a-9d90-4aaf-979f-78c89d0ed83e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27e2314a-9d90-4aaf-979f-78c89d0ed83e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c3f02bf-c694-4b92-8637-0c48e3a62172/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T11:18:00.104821-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Indianapolis Colts",
                "amount": 5214.0
            },
            {
                "team": "New England Patriots",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "f911787c-b3d6-45a4-8738-6a4bfdcbd368",
            "gambit_id": "39d43206-d9c3-4894-8ea0-bf843ee003a7",
            "last_updated": "2023-11-13T15:48:05.395170-05:00",
            "created_at": "2023-11-10T11:18:00.108650-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27e2314a-9d90-4aaf-979f-78c89d0ed83e/?format=api"
        },
        {
            "id": "2c084f3e-0490-46e7-ad85-7989bd8b16d6",
            "gambit_id": "6589a502-4deb-4ed0-860b-e8e0ef4f374b",
            "last_updated": "2023-11-13T15:48:05.398801-05:00",
            "created_at": "2023-11-10T11:18:00.112968-05:00",
            "name": "New England Patriots",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27e2314a-9d90-4aaf-979f-78c89d0ed83e/?format=api"
        }
    ]
}