GET /api/bet_types/0054ded3-8d51-4801-8319-1bb75e766061/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0054ded3-8d51-4801-8319-1bb75e766061",
    "match": "https://api-prod.gambitprofit.com/api/matches/8059b95f-bcb2-4cc2-8d3b-3b56aeab5f66/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T09:33:12.786186-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 Lakers",
                "amount": 6984.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbcd574d-7b94-4b52-971e-a9dba9f70889",
            "gambit_id": "4b746c8a-4552-4c95-908c-431d8b2f34eb",
            "last_updated": "2024-01-22T12:03:21.901967-05:00",
            "created_at": "2024-01-19T09:33:12.790852-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0054ded3-8d51-4801-8319-1bb75e766061/?format=api"
        },
        {
            "id": "d3b85073-bf1b-4c58-87f4-428f5fa5c366",
            "gambit_id": "41831917-5443-4477-9941-b333195d3f4e",
            "last_updated": "2024-01-22T12:03:21.911402-05:00",
            "created_at": "2024-01-19T09:33:12.795498-05:00",
            "name": "Brooklyn Nets",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0054ded3-8d51-4801-8319-1bb75e766061/?format=api"
        }
    ]
}