GET /api/bet_types/79419baa-64eb-4475-b034-43acc80cfd97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79419baa-64eb-4475-b034-43acc80cfd97",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0869fd7-3b29-4b19-a33d-3725faf84a65/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "TEX (K Arihara)",
                "amount": 5515.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": 373.65,
        "profit_sb_percentage": 4.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e65531b-60f1-43e9-b0df-222c359b9d50",
            "gambit_id": "79ad64bd-2f12-4ca0-aa36-948c441f4ae0",
            "last_updated": "2022-08-17T09:27:01.360992-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (K Arihara)",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79419baa-64eb-4475-b034-43acc80cfd97/?format=api"
        },
        {
            "id": "686c8756-cbd5-491a-8967-7316dcfffc5c",
            "gambit_id": "f4952a11-eef0-46d8-b460-a0c1040acca4",
            "last_updated": "2022-08-17T09:27:01.361458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (J Sears)",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79419baa-64eb-4475-b034-43acc80cfd97/?format=api"
        }
    ]
}