GET /api/bet_types/adeb639d-8dd8-4798-a93f-651cb420c9bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adeb639d-8dd8-4798-a93f-651cb420c9bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0408a21b-51d1-4667-86f8-8e047e19db90/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-08T08:28:08.245592-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": "CHC (J Taillon)",
                "amount": 5578.0
            },
            {
                "team": "NYM (C Carrasco)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "083e9518-eb89-4a6f-9d54-c68d89c74051",
            "gambit_id": "baf9624d-e136-44a3-957d-8b75d54217f8",
            "last_updated": "2023-08-09T10:53:21.741138-04:00",
            "created_at": "2023-08-08T08:28:08.249478-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.72000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adeb639d-8dd8-4798-a93f-651cb420c9bc/?format=api"
        },
        {
            "id": "00932a63-fb86-4958-ab2e-77e59ee51f89",
            "gambit_id": "7143e8c0-cc25-4113-9735-57017c582442",
            "last_updated": "2023-08-09T10:53:21.744486-04:00",
            "created_at": "2023-08-08T08:28:08.254175-04:00",
            "name": "NYM (C Carrasco)",
            "reward": "2.17000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adeb639d-8dd8-4798-a93f-651cb420c9bc/?format=api"
        }
    ]
}