GET /api/bet_types/deb3aea0-98fe-4b97-bb01-6762a4e61543/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deb3aea0-98fe-4b97-bb01-6762a4e61543",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bec4044-3721-4ac8-a4f4-971f55f46c3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:19.357677-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": "TOR (A Manoah)",
                "amount": 7033.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8e046bb-6092-46ae-8308-c38e655fecf9",
            "gambit_id": "b8f5f00b-d083-40f9-b1e6-af6527dd40b6",
            "last_updated": "2023-04-12T09:51:54.064661-04:00",
            "created_at": "2023-04-11T09:02:19.360000-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deb3aea0-98fe-4b97-bb01-6762a4e61543/?format=api"
        },
        {
            "id": "e422f0b8-661e-4191-b687-5e408f41346c",
            "gambit_id": "5186e485-0ab5-4f5f-abb9-6ebfa8e7d547",
            "last_updated": "2023-04-12T09:51:54.067775-04:00",
            "created_at": "2023-04-11T09:02:19.362772-04:00",
            "name": "DET (M Manning)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deb3aea0-98fe-4b97-bb01-6762a4e61543/?format=api"
        }
    ]
}