GET /api/bet_types/aa13558b-9c8d-4733-b795-21c943387d77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa13558b-9c8d-4733-b795-21c943387d77",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dd7eee1-37f1-4f87-97d1-a760c8dcb524/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-15T08:58:25.245945-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": "SFO (J Junis)",
                "amount": 5091.0
            },
            {
                "team": "TAM (Z Littell)",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9571.08,
        "profit_sb": 71.08,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "84462254-7b67-46e8-8beb-8da5dbe170d9",
            "gambit_id": "5c6e72cc-5077-487e-b1eb-9850899ed313",
            "last_updated": "2023-08-17T10:42:59.892638-04:00",
            "created_at": "2023-08-15T08:58:25.256794-04:00",
            "name": "SFO (J Junis)",
            "reward": "1.88000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa13558b-9c8d-4733-b795-21c943387d77/?format=api"
        },
        {
            "id": "7677455e-a958-49e8-945a-29a9e40aebfa",
            "gambit_id": "9913773e-6137-4dbd-bd45-2814c11171e8",
            "last_updated": "2023-08-17T10:42:59.888800-04:00",
            "created_at": "2023-08-15T08:58:25.252175-04:00",
            "name": "TAM (Z Littell)",
            "reward": "1.95000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa13558b-9c8d-4733-b795-21c943387d77/?format=api"
        }
    ]
}