GET /api/bet_types/7a9f6742-8401-46ac-948c-7a157bdf054c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a9f6742-8401-46ac-948c-7a157bdf054c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec1c86c3-194b-4cf2-aee3-e7cb718c0d8c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:33:04.572401-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": "BOS (T Houck)",
                "amount": 5117.0
            },
            {
                "team": "NYY (M King)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "59d47bdf-b1c7-4b76-9d65-f5cf360784c3",
            "gambit_id": "e7157dc0-82f8-44e4-a49f-15502c08098b",
            "last_updated": "2023-09-15T16:13:15.278931-04:00",
            "created_at": "2023-09-14T09:33:04.581112-04:00",
            "name": "BOS (T Houck)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a9f6742-8401-46ac-948c-7a157bdf054c/?format=api"
        },
        {
            "id": "1a4196e6-328a-4897-a33c-7ad2a18253ad",
            "gambit_id": "27cb2850-a017-47e2-a389-484dc8298333",
            "last_updated": "2023-09-15T16:13:15.274145-04:00",
            "created_at": "2023-09-14T09:33:04.576621-04:00",
            "name": "NYY (M King)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a9f6742-8401-46ac-948c-7a157bdf054c/?format=api"
        }
    ]
}