GET /api/bet_types/e04c36dd-9694-4626-b6ba-c1230c565edb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e04c36dd-9694-4626-b6ba-c1230c565edb",
    "match": "https://api-prod.gambitprofit.com/api/matches/87c06a1d-ed18-4613-9e79-88070f926eaa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T08:33:19.266048-04: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": "BAL (K Gibson)",
                "amount": 6104.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "fb6b490d-f7a6-4b82-b3ce-74cb648c01ff",
            "gambit_id": "dfe9ab23-8240-45a7-aac7-e172795a70c8",
            "last_updated": "2023-08-07T14:58:05.993423-04:00",
            "created_at": "2023-08-05T08:33:19.275335-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e04c36dd-9694-4626-b6ba-c1230c565edb/?format=api"
        },
        {
            "id": "e03ddae3-637d-424e-83a2-45bc3846fce2",
            "gambit_id": "1b4b5768-a9f5-4f2e-9a36-7dec5cad34f2",
            "last_updated": "2023-08-07T14:58:05.989911-04:00",
            "created_at": "2023-08-05T08:33:19.270751-04:00",
            "name": "NYM (T Megill)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e04c36dd-9694-4626-b6ba-c1230c565edb/?format=api"
        }
    ]
}