GET /api/bet_types/b2370314-a2ca-4f42-8b87-2580c77f8f82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2370314-a2ca-4f42-8b87-2580c77f8f82",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3c0e543-9d4f-409e-a1bd-25d4505b6dcc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T11:43:04.193064-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": "STL (S Matz)",
                "amount": 6359.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b997e67-b2fb-4f70-80a7-8a16c14f38a5",
            "gambit_id": "5d66b085-b407-44be-a60b-17a5ab7082dd",
            "last_updated": "2023-07-17T10:08:20.806234-04:00",
            "created_at": "2023-07-15T11:43:04.196364-04:00",
            "name": "STL (S Matz)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2370314-a2ca-4f42-8b87-2580c77f8f82/?format=api"
        },
        {
            "id": "3c77b25f-38d8-40d5-8750-1f8569666193",
            "gambit_id": "592403c6-289a-4a44-873c-465b751b2424",
            "last_updated": "2023-07-17T10:08:20.804732-04:00",
            "created_at": "2023-07-15T11:43:04.194469-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2370314-a2ca-4f42-8b87-2580c77f8f82/?format=api"
        }
    ]
}