GET /api/bet_types/76dbeaf9-f2ff-45fa-ac71-d684352a8d10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76dbeaf9-f2ff-45fa-ac71-d684352a8d10",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d43ccb3-1cd9-4db1-9e0e-960f33091e35/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T09:57:59.026451-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": "Andre Muniz",
                "amount": 6528.0
            },
            {
                "team": "Paul Craig",
                "amount": 3472.0
            }
        ],
        "expected_reward_tokens": 9269.76,
        "profit_sb": -230.24,
        "profit_sb_percentage": -2.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "c683d80f-f5b8-4e3a-bb43-1f6e99288fa7",
            "gambit_id": "d9cb97f8-37ea-4d50-ba6c-c7aba35f55d5",
            "last_updated": "2023-07-23T22:07:59.387880-04:00",
            "created_at": "2023-07-22T09:57:59.038242-04:00",
            "name": "Andre Muniz",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76dbeaf9-f2ff-45fa-ac71-d684352a8d10/?format=api"
        },
        {
            "id": "a5759969-6cb7-4505-a6f8-35a1f7cf7f5f",
            "gambit_id": "02750b83-d25b-4ea4-8e0f-79382f60d33b",
            "last_updated": "2023-07-23T22:07:59.384561-04:00",
            "created_at": "2023-07-22T09:57:59.032774-04:00",
            "name": "Paul Craig",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76dbeaf9-f2ff-45fa-ac71-d684352a8d10/?format=api"
        }
    ]
}