GET /api/bet_types/3827102c-2ec6-47bf-a42d-bc32be2c1c2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3827102c-2ec6-47bf-a42d-bc32be2c1c2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2733fd7a-a5de-473f-974a-bd4e086b0831/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-17T11:42:01.795671-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": "COL (K Freeland)",
                "amount": 5627.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "c73f6221-354f-4fb9-88fb-19bafadf349c",
            "gambit_id": "b4a94c81-f413-489d-82a7-d477a046e252",
            "last_updated": "2023-04-18T12:12:09.619515-04:00",
            "created_at": "2023-04-17T11:42:01.798402-04:00",
            "name": "COL (K Freeland)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3827102c-2ec6-47bf-a42d-bc32be2c1c2b/?format=api"
        },
        {
            "id": "265931bd-1fed-4080-8924-692345818703",
            "gambit_id": "910a12b4-16e4-45d9-80b3-c1d2ec3a02ee",
            "last_updated": "2023-04-18T12:12:09.621531-04:00",
            "created_at": "2023-04-17T11:42:01.801344-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3827102c-2ec6-47bf-a42d-bc32be2c1c2b/?format=api"
        }
    ]
}