GET /api/bet_types/b2c7598a-2d8f-4ed3-ac0b-214a0a681de4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2c7598a-2d8f-4ed3-ac0b-214a0a681de4",
    "match": "https://api-prod.gambitprofit.com/api/matches/692ec3fb-82d9-4ce2-9bd8-74ddf70f67c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-17T11:42:00.768494-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": "Philadelphia 76ers",
                "amount": 7945.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2055.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdcd3d8d-8a71-406f-82a7-335a75905ef7",
            "gambit_id": "89774dcc-1c49-465f-a89c-a41c2c2c836f",
            "last_updated": "2023-04-18T12:12:10.665877-04:00",
            "created_at": "2023-04-17T11:42:00.770331-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c7598a-2d8f-4ed3-ac0b-214a0a681de4/?format=api"
        },
        {
            "id": "757fbfb9-ac53-42e2-ae91-fcd405ea1ef1",
            "gambit_id": "f305e3d3-f615-41cf-8d4f-c154bf27f00b",
            "last_updated": "2023-04-18T12:12:10.667332-04:00",
            "created_at": "2023-04-17T11:42:00.772352-04:00",
            "name": "Brooklyn Nets",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c7598a-2d8f-4ed3-ac0b-214a0a681de4/?format=api"
        }
    ]
}