GET /api/bet_types/c5064caf-d709-4dcc-9386-2e25b1efe833/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5064caf-d709-4dcc-9386-2e25b1efe833",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e89fb2a-db5a-4837-99f3-7cffd3738e3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T16:03:07.831946-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": "Valentina Shevchenko",
                "amount": 5864.0
            },
            {
                "team": "Alexa Grasso",
                "amount": 4136.0
            }
        ],
        "expected_reward_tokens": 9264.64,
        "profit_sb": -235.36,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd706f90-c6c1-4266-9257-6104c84dd96f",
            "gambit_id": "74cff2a0-0591-4b3f-a02f-261f0100d38c",
            "last_updated": "2023-09-23T21:58:17.496375-04:00",
            "created_at": "2023-09-15T16:03:07.842905-04:00",
            "name": "Valentina Shevchenko",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5064caf-d709-4dcc-9386-2e25b1efe833/?format=api"
        },
        {
            "id": "c8619222-1b20-40a4-a6b9-384e02218638",
            "gambit_id": "0553e130-b651-469e-af88-dc561172230e",
            "last_updated": "2023-09-23T21:58:17.492730-04:00",
            "created_at": "2023-09-15T16:03:07.838498-04:00",
            "name": "Alexa Grasso",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5064caf-d709-4dcc-9386-2e25b1efe833/?format=api"
        }
    ]
}