GET /api/bet_types/0d0571ab-19a3-41e8-ab9f-3d131ec6922b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d0571ab-19a3-41e8-ab9f-3d131ec6922b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2944cb1e-9c00-42d5-b41a-0f2c9187ac55/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tampa Bay Buccaneers",
                "amount": 6114.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7f2e5b2-b7ec-40ef-9f73-4c4393d0d9a5",
            "gambit_id": "7e4f7b21-adb8-47a0-b864-ef4d5f9d7ed4",
            "last_updated": "2022-12-06T09:42:08.631466-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d0571ab-19a3-41e8-ab9f-3d131ec6922b/?format=api"
        },
        {
            "id": "7e88219b-6f0a-41e9-97b6-7524a74d9552",
            "gambit_id": "aedee818-f693-4bbd-b05a-c47062544846",
            "last_updated": "2022-12-06T09:42:08.632682-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d0571ab-19a3-41e8-ab9f-3d131ec6922b/?format=api"
        }
    ]
}