GET /api/bet_types/ff3a103b-cc5f-417f-9a67-9662927d9332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff3a103b-cc5f-417f-9a67-9662927d9332",
    "match": "https://api-prod.gambitprofit.com/api/matches/4756e1fa-2859-46cc-9f5a-5178ae8ffbc6/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Washington Commanders",
                "amount": 6389.0
            },
            {
                "team": "New York Giants",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b3a6589-dee0-49d1-bfc2-69f5dc33e6c1",
            "gambit_id": "35a92c58-8215-40ab-8ded-4f69ed301efa",
            "last_updated": "2022-12-19T13:27:04.879163-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3a103b-cc5f-417f-9a67-9662927d9332/?format=api"
        },
        {
            "id": "4dde3e76-26ee-466e-895a-99207b9c188d",
            "gambit_id": "5e77cae0-6e73-4207-8484-f39e4f39aa39",
            "last_updated": "2022-12-19T13:27:04.880256-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3a103b-cc5f-417f-9a67-9662927d9332/?format=api"
        }
    ]
}