GET /api/bet_types/338288ea-c8c6-4115-a764-4ed93e27b68b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "338288ea-c8c6-4115-a764-4ed93e27b68b",
    "match": "https://api-prod.gambitprofit.com/api/matches/18fa326f-f9f1-44f8-ad08-0687c8e28861/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:06.662756-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": "PHI (A Nola)",
                "amount": 5980.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce61b0b0-5d5e-4219-b84c-6526ff1167dc",
            "gambit_id": "75ef4dea-02f1-4b1e-be64-e0138c9df73b",
            "last_updated": "2023-05-15T11:37:02.700261-04:00",
            "created_at": "2023-05-14T10:57:06.666935-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/338288ea-c8c6-4115-a764-4ed93e27b68b/?format=api"
        },
        {
            "id": "831e168e-6628-42b6-b809-a631fe4e5a28",
            "gambit_id": "afd1fae8-929c-4ed6-8a6d-7002175ec411",
            "last_updated": "2023-05-15T11:37:02.698911-04:00",
            "created_at": "2023-05-14T10:57:06.664716-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/338288ea-c8c6-4115-a764-4ed93e27b68b/?format=api"
        }
    ]
}