GET /api/bet_types/4aa1610e-c895-4657-8328-27cb261a5d80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4aa1610e-c895-4657-8328-27cb261a5d80",
    "match": "https://api-prod.gambitprofit.com/api/matches/43a846e0-c8a1-47f0-9237-1a33ff09fa0c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T14:53:16.596245-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": "TEX (J Montgomery)",
                "amount": 6825.0
            },
            {
                "team": "OAK (A Pruitt)",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "3fbf9095-2ed0-4211-94c7-601b981c6025",
            "gambit_id": "9c367a3d-720e-4415-b911-d704dd8d178e",
            "last_updated": "2023-08-10T15:13:05.243369-04:00",
            "created_at": "2023-08-09T14:53:16.602259-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa1610e-c895-4657-8328-27cb261a5d80/?format=api"
        },
        {
            "id": "b25c9ee9-4abb-4a09-bb63-32504574f51e",
            "gambit_id": "fc0eab0d-2157-4bf2-ba2c-9379a7ccb663",
            "last_updated": "2023-08-10T15:13:05.247021-04:00",
            "created_at": "2023-08-09T14:53:16.607478-04:00",
            "name": "OAK (A Pruitt)",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa1610e-c895-4657-8328-27cb261a5d80/?format=api"
        }
    ]
}