GET /api/bet_types/00d4687d-c5de-4c1d-b2ea-ed4105eac2b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00d4687d-c5de-4c1d-b2ea-ed4105eac2b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/67113a7f-cb48-4c3a-a353-b7c017e2ebfa/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Miami Florida",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Miami Florida",
                "amount": 9193.0
            },
            {
                "team": "Mid Tenn State",
                "amount": 807.0
            }
        ],
        "expected_reward_tokens": 9376.86,
        "profit_sb": 376.86,
        "profit_sb_percentage": 4.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "188df8cd-2108-475c-bef8-f55c2a108f16",
            "gambit_id": "2f475dcf-7db7-40e5-a28b-ccb2cf0ac14c",
            "last_updated": "2022-09-25T19:57:06.294394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d4687d-c5de-4c1d-b2ea-ed4105eac2b6/?format=api"
        },
        {
            "id": "1fb97a79-fcd1-442e-92a1-6d0831facc30",
            "gambit_id": "9c32419c-73e4-4f12-a16c-e3145338c7f8",
            "last_updated": "2022-09-25T19:57:06.295575-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "11.62000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d4687d-c5de-4c1d-b2ea-ed4105eac2b6/?format=api"
        }
    ]
}