GET /api/bet_types/555a9b05-a656-4ad5-80e7-2bc4df36c0d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "555a9b05-a656-4ad5-80e7-2bc4df36c0d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/22fc0427-8ecd-421e-8dc0-17f4afd7a14b/?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": "Tampa Bay Lightning",
                "amount": 6410.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3590.0
            }
        ],
        "expected_reward_tokens": 9549.4,
        "profit_sb": 49.4,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea3ee92d-4791-4282-90db-d554b25bb619",
            "gambit_id": "10d2b73a-b328-41fb-85f7-9fca5ace984d",
            "last_updated": "2022-10-15T18:57:03.134417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/555a9b05-a656-4ad5-80e7-2bc4df36c0d5/?format=api"
        },
        {
            "id": "c1d7d0ff-bb54-444f-b6a8-47f4ec379058",
            "gambit_id": "2d69fb7e-5903-4fa9-a651-9b3912501520",
            "last_updated": "2022-10-15T18:57:03.133363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.66000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/555a9b05-a656-4ad5-80e7-2bc4df36c0d5/?format=api"
        }
    ]
}