GET /api/bet_types/794c5270-c0ec-4a16-881e-ba1609993b53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "794c5270-c0ec-4a16-881e-ba1609993b53",
    "match": "https://api-prod.gambitprofit.com/api/matches/df1597f1-6382-446b-a283-6699dc04554f/?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": "Kai Stewart",
                "amount": 5263.0
            },
            {
                "team": "Rusty Crowder",
                "amount": 4737.0
            }
        ],
        "expected_reward_tokens": 8526.06,
        "profit_sb": -473.94,
        "profit_sb_percentage": -5.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "5785c484-b96b-4b64-bd90-b614474d5f9f",
            "gambit_id": "085429f6-5cfc-4dfe-bb37-71bf4bca61a1",
            "last_updated": "2022-09-11T09:17:26.811713-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kai Stewart",
            "reward": "1.62000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/794c5270-c0ec-4a16-881e-ba1609993b53/?format=api"
        },
        {
            "id": "4057f27a-bf7a-4eff-9d71-9ca2114b4821",
            "gambit_id": "0f9f2563-b2cd-4cfa-8d13-aeb8366a47e2",
            "last_updated": "2022-09-11T09:17:26.810452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rusty Crowder",
            "reward": "1.80000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/794c5270-c0ec-4a16-881e-ba1609993b53/?format=api"
        }
    ]
}