GET /api/bet_types/6d7b4e95-b966-49f4-ada7-173d9b9d7860/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d7b4e95-b966-49f4-ada7-173d9b9d7860",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7d744ce-783a-4587-a778-5a0e037dd50b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:58.529716-05: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": "Los Angeles Clippers",
                "amount": 6324.0
            },
            {
                "team": "Miami Heat",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc450549-38c3-43ea-8748-4e0ec53234ca",
            "gambit_id": "e601885d-6e91-48f0-99d7-ece25702a714",
            "last_updated": "2024-02-06T09:18:13.328527-05:00",
            "created_at": "2024-02-04T10:42:58.533378-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7b4e95-b966-49f4-ada7-173d9b9d7860/?format=api"
        },
        {
            "id": "baf59a79-96c0-4cd6-9ba5-3920038efff6",
            "gambit_id": "08991234-3c20-46da-85e1-d83ceb9c6750",
            "last_updated": "2024-02-06T09:18:13.331735-05:00",
            "created_at": "2024-02-04T10:42:58.538561-05:00",
            "name": "Miami Heat",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7b4e95-b966-49f4-ada7-173d9b9d7860/?format=api"
        }
    ]
}