GET /api/bet_types/7f1177ad-4e39-4bf5-a287-fd76456077ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f1177ad-4e39-4bf5-a287-fd76456077ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3623f7a-34db-46df-bf8e-6c6bed917832/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T10:23:19.888211-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": "Chicago White Sox",
                "amount": 6564.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 3436.0
            }
        ],
        "expected_reward_tokens": 9517.72,
        "profit_sb": 17.72,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "42e4c00c-02a9-4417-ba8d-15a640634fdf",
            "gambit_id": "bd23e538-aaf6-43aa-b90a-49fa99d4de7d",
            "last_updated": "2023-07-03T01:13:11.616687-04:00",
            "created_at": "2023-07-01T10:23:19.891668-04:00",
            "name": "Chicago White Sox",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f1177ad-4e39-4bf5-a287-fd76456077ce/?format=api"
        },
        {
            "id": "7c500580-1558-4566-995a-8f0985c26e0c",
            "gambit_id": "5911ae38-d008-4357-8695-7a6d15b60b4c",
            "last_updated": "2023-07-03T01:13:11.618024-04:00",
            "created_at": "2023-07-01T10:23:19.894720-04:00",
            "name": "Oakland Athletics",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f1177ad-4e39-4bf5-a287-fd76456077ce/?format=api"
        }
    ]
}