GET /api/bet_types/5ee4697b-7f7a-41ae-b22e-941619b416de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ee4697b-7f7a-41ae-b22e-941619b416de",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ad4354-bb3c-4711-b7b6-731ce8f98f27/?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": "NC State",
                "amount": 8053.0
            },
            {
                "team": "Virginia Tech",
                "amount": 1947.0
            }
        ],
        "expected_reward_tokens": 9501.36,
        "profit_sb": 1.36,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "351265f5-429a-45c0-b4e2-e49615246ece",
            "gambit_id": "3aef63bf-69ca-4514-a8a1-5ea64157a8c2",
            "last_updated": "2022-10-28T10:07:06.357469-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.18000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee4697b-7f7a-41ae-b22e-941619b416de/?format=api"
        },
        {
            "id": "829298e4-0a23-447c-a02c-77c27fb57dcc",
            "gambit_id": "eb9f12ce-a36b-475c-8fee-82d5f93e83be",
            "last_updated": "2022-10-28T10:07:06.358751-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee4697b-7f7a-41ae-b22e-941619b416de/?format=api"
        }
    ]
}