GET /api/bet_types/b2fe9236-9a36-4c8b-8ceb-769840dc7551/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2fe9236-9a36-4c8b-8ceb-769840dc7551",
    "match": "https://api-prod.gambitprofit.com/api/matches/e16642c3-ad00-4364-a590-a6ef6f4b57ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-09T08:43:19.567928-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": "CWS (L Giolito)",
                "amount": 5440.0
            },
            {
                "team": "STL (S Matz)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "e62d22f2-cfa9-44eb-805e-a207f915eb2e",
            "gambit_id": "1fd97352-df89-4e41-aea3-5fb8d2717705",
            "last_updated": "2023-07-10T18:28:23.067940-04:00",
            "created_at": "2023-07-09T08:43:19.570215-04:00",
            "name": "CWS (L Giolito)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2fe9236-9a36-4c8b-8ceb-769840dc7551/?format=api"
        },
        {
            "id": "d2508d54-01cb-41d6-8ed2-2215941ea3b3",
            "gambit_id": "dee78840-83f2-433c-99ed-c0565e3dfbec",
            "last_updated": "2023-07-10T18:28:23.069301-04:00",
            "created_at": "2023-07-09T08:43:19.572334-04:00",
            "name": "STL (S Matz)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2fe9236-9a36-4c8b-8ceb-769840dc7551/?format=api"
        }
    ]
}