GET /api/bet_types/3421b60d-dd21-4d7c-8eb6-67398c87d693/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3421b60d-dd21-4d7c-8eb6-67398c87d693",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4b750c4-7c50-4888-9075-feaa567c8137/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:32:59.473442-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 (K Senga)",
                "amount": 5838.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "11631860-6a5c-4e84-bc8b-02a3a73cc175",
            "gambit_id": "05eb4257-f412-4ecc-b2ef-53e6482c3751",
            "last_updated": "2023-06-18T10:28:11.914575-04:00",
            "created_at": "2023-06-17T09:32:59.479039-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3421b60d-dd21-4d7c-8eb6-67398c87d693/?format=api"
        },
        {
            "id": "dfd494ea-865d-4000-aa41-4cd13bd0d80d",
            "gambit_id": "7164f8df-c178-4912-a228-f0d1cc579370",
            "last_updated": "2023-06-18T10:28:11.912706-04:00",
            "created_at": "2023-06-17T09:32:59.476316-04:00",
            "name": "STL (A Wainwright)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3421b60d-dd21-4d7c-8eb6-67398c87d693/?format=api"
        }
    ]
}