GET /api/bet_types/8f9fac3e-fabd-441a-b6e4-dca2c2d1a386/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f9fac3e-fabd-441a-b6e4-dca2c2d1a386",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36f2a2f-19c0-4e6a-99f2-44491d324d0b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-25T09:33:16.239548-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": "Milwaukee Bucks",
                "amount": 5939.0
            },
            {
                "team": "New York Knicks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc316d20-28c4-4c1a-b98f-0523deaf72f2",
            "gambit_id": "266dd815-58b3-47e2-907a-ad1f61a65e82",
            "last_updated": "2023-12-26T20:23:08.156283-05:00",
            "created_at": "2023-12-25T09:33:16.243731-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9fac3e-fabd-441a-b6e4-dca2c2d1a386/?format=api"
        },
        {
            "id": "102bd12b-cb81-4ce2-ad3a-68f4fa8c409e",
            "gambit_id": "265ff518-d915-47c6-b287-f482e18fb44e",
            "last_updated": "2023-12-26T20:23:08.159918-05:00",
            "created_at": "2023-12-25T09:33:16.247826-05:00",
            "name": "New York Knicks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9fac3e-fabd-441a-b6e4-dca2c2d1a386/?format=api"
        }
    ]
}