GET /api/bet_types/32f60f1d-9d12-453e-a528-6ee5135667f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32f60f1d-9d12-453e-a528-6ee5135667f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/da34d846-19e7-4942-9c8a-70d50de13625/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T08:08:07.742191-04: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": "MIN (B Ober)",
                "amount": 6293.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "f963efd8-7a11-41a8-a317-bdd77937ee1b",
            "gambit_id": "6c5c711f-8095-44aa-b107-9a42f6b21806",
            "last_updated": "2023-07-31T13:08:20.755208-04:00",
            "created_at": "2023-07-29T08:08:07.747522-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f60f1d-9d12-453e-a528-6ee5135667f8/?format=api"
        },
        {
            "id": "8fcd5f9b-1887-4ad4-8e85-3170ef52bdf4",
            "gambit_id": "e5c7d66b-28cb-45bf-847a-ca6880f49532",
            "last_updated": "2023-07-31T13:08:20.760001-04:00",
            "created_at": "2023-07-29T08:08:07.751882-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f60f1d-9d12-453e-a528-6ee5135667f8/?format=api"
        }
    ]
}