GET /api/bet_types/129793c9-b593-4954-a7ae-7f871b9f2b61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "129793c9-b593-4954-a7ae-7f871b9f2b61",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4161150-6701-4eee-82c2-8bcbe2332d6e/?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": "Indianapolis Colts",
                "amount": 5492.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "6be03190-cb1e-44b4-aec4-5df142d5e739",
            "gambit_id": "005b7692-294b-46f1-8725-bb50791b0b39",
            "last_updated": "2022-11-29T09:42:03.150253-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/129793c9-b593-4954-a7ae-7f871b9f2b61/?format=api"
        },
        {
            "id": "267a4640-9002-4b14-b7a9-19ad0d9657ee",
            "gambit_id": "512d03da-8139-48af-878c-2f6754263a35",
            "last_updated": "2022-11-29T09:42:03.151242-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/129793c9-b593-4954-a7ae-7f871b9f2b61/?format=api"
        }
    ]
}