GET /api/bet_types/53a1fa25-91f0-4f75-8685-166480068845/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53a1fa25-91f0-4f75-8685-166480068845",
    "match": "https://api-prod.gambitprofit.com/api/matches/61f5d0a3-3eae-4eaa-92af-a19aa8ce49d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:48:00.711829-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": "NYM (J Verlander)",
                "amount": 6434.0
            },
            {
                "team": "CWS (T Toussaint)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "0abdd091-813e-44b2-9431-b19bc6fe3248",
            "gambit_id": "6c792653-0e8f-4feb-b88b-22008924b505",
            "last_updated": "2023-07-20T19:43:12.751963-04:00",
            "created_at": "2023-07-19T08:48:00.714955-04:00",
            "name": "NYM (J Verlander)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53a1fa25-91f0-4f75-8685-166480068845/?format=api"
        },
        {
            "id": "f8a6b1bb-05d3-4e67-aa36-eecbfe297f26",
            "gambit_id": "d713ba36-7104-4178-9e2f-7db7a715100a",
            "last_updated": "2023-07-20T19:43:12.750471-04:00",
            "created_at": "2023-07-19T08:48:00.713451-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53a1fa25-91f0-4f75-8685-166480068845/?format=api"
        }
    ]
}