GET /api/bet_types/fe2f87bc-3183-420c-824c-e6f330c6e988/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe2f87bc-3183-420c-824c-e6f330c6e988",
    "match": "https://api-prod.gambitprofit.com/api/matches/39b71497-b160-45c6-a106-693c90490679/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T08:32:16.032762-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": 6160.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f61197f-67bb-466a-94d6-8c97351e58d9",
            "gambit_id": "bf02437a-5f3a-4b72-9d9e-648fad1e8d91",
            "last_updated": "2023-02-07T10:22:15.661916-05:00",
            "created_at": "2023-02-06T08:32:16.036077-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe2f87bc-3183-420c-824c-e6f330c6e988/?format=api"
        },
        {
            "id": "aae5bff3-0b82-4fcf-8fe7-4357afc1b0c6",
            "gambit_id": "2828ebac-be1d-4fb7-9543-65e7c527f8ff",
            "last_updated": "2023-02-07T10:22:15.660676-05:00",
            "created_at": "2023-02-06T08:32:16.034359-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe2f87bc-3183-420c-824c-e6f330c6e988/?format=api"
        }
    ]
}