GET /api/bet_types/c925c9a5-3289-47e8-8aff-7dc5bcde2e76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c925c9a5-3289-47e8-8aff-7dc5bcde2e76",
    "match": "https://api-prod.gambitprofit.com/api/matches/8546763b-4654-450a-97d6-1c228ea5400b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Philadelphia Union",
                "amount": 5717.0
            },
            {
                "team": "Charlotte FC",
                "amount": 4283.0
            }
        ],
        "expected_reward_tokens": 11948.53,
        "profit_sb": 2448.53,
        "profit_sb_percentage": 25.77,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia Union",
                "amount": 4141.0
            },
            {
                "team": "Charlotte FC",
                "amount": 3102.0
            },
            {
                "team": "Draw",
                "amount": 2756.0
            }
        ],
        "expected_reward_tokens": 8653.84,
        "profit_sb": -846.16,
        "profit_sb_percentage": -8.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "064d4c4f-6009-46bd-9b83-4ad80fe952d8",
            "gambit_id": "b51065d5-e02a-4f5d-a7d5-0168c35eb10d",
            "last_updated": "2022-10-03T18:46:50.595222-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Union",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c925c9a5-3289-47e8-8aff-7dc5bcde2e76/?format=api"
        },
        {
            "id": "90373e18-fe2d-4526-91df-30ff05437428",
            "gambit_id": "ea4cf6dd-7189-44fc-86d0-c8014812aa5e",
            "last_updated": "2022-10-03T18:46:50.593391-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte FC",
            "reward": "2.79000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c925c9a5-3289-47e8-8aff-7dc5bcde2e76/?format=api"
        },
        {
            "id": "d4ba5e89-09a9-46ca-b99e-148b83bc0d2b",
            "gambit_id": "33fc647c-d51c-4f01-a46c-24d2164cf42a",
            "last_updated": "2022-10-03T18:46:50.594317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.14000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c925c9a5-3289-47e8-8aff-7dc5bcde2e76/?format=api"
        }
    ]
}