GET /api/bet_types/73abc206-ca50-4f4e-9869-ee04fa1e8396/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73abc206-ca50-4f4e-9869-ee04fa1e8396",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e3b9dad-e255-4539-b980-98855c690de6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T11:53:14.230745-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": "Ottman Azaitar",
                "amount": 5000.0
            },
            {
                "team": "Francisco Prado",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "fab31c1f-e068-416d-ac78-03eb600e546d",
            "gambit_id": "eec92406-5968-4436-ab2e-849ad9a8c499",
            "last_updated": "2023-07-17T10:23:26.526780-04:00",
            "created_at": "2023-07-15T11:53:14.232657-04:00",
            "name": "Ottman Azaitar",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73abc206-ca50-4f4e-9869-ee04fa1e8396/?format=api"
        },
        {
            "id": "e8b8653e-c611-475d-aba4-cbf82ea614ab",
            "gambit_id": "d342c860-d5b5-470f-b7d0-bbd1019827eb",
            "last_updated": "2023-07-17T10:23:26.528365-04:00",
            "created_at": "2023-07-15T11:53:14.234457-04:00",
            "name": "Francisco Prado",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73abc206-ca50-4f4e-9869-ee04fa1e8396/?format=api"
        }
    ]
}