GET /api/bet_types/036ef7ab-a0b3-4201-a381-93fe404010cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "036ef7ab-a0b3-4201-a381-93fe404010cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c38b8de3-5813-4efd-a15c-7db5530f52e9/?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": "PHI (N Syndergaard)",
                "amount": 6373.0
            },
            {
                "team": "WAS (T Romero)",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 9176.31,
        "profit_sb": 176.31,
        "profit_sb_percentage": 1.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "bfe73c0f-a068-4e64-9823-0f5ffa415b37",
            "gambit_id": "c0839a91-954d-4217-ad9e-494ea5037fc2",
            "last_updated": "2022-10-03T18:46:49.103154-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (N Syndergaard)",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036ef7ab-a0b3-4201-a381-93fe404010cc/?format=api"
        },
        {
            "id": "267b3293-8f35-447c-9f92-ab6d1dc11abe",
            "gambit_id": "443e8971-945a-4afe-a49e-9f43d46694ba",
            "last_updated": "2022-10-03T18:46:49.102148-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (T Romero)",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036ef7ab-a0b3-4201-a381-93fe404010cc/?format=api"
        }
    ]
}