GET /api/bet_types/fd0a735e-bb39-48e6-a281-20091c44ec3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd0a735e-bb39-48e6-a281-20091c44ec3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a104ae32-062f-4e5a-95b1-550c58982744/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-17T10:28:03.696636-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": "LAA (R Detmers)",
                "amount": 5117.0
            },
            {
                "team": "DET (M Diaz)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc02ab58-9bf3-4103-bde1-e51f1f44e900",
            "gambit_id": "71449121-bdde-46ad-a2ea-36fc2e4c0066",
            "last_updated": "2023-09-24T14:03:05.154112-04:00",
            "created_at": "2023-09-17T10:28:03.707975-04:00",
            "name": "LAA (R Detmers)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0a735e-bb39-48e6-a281-20091c44ec3b/?format=api"
        },
        {
            "id": "fc23c841-4d6c-497b-ad6a-9c6a88e52d74",
            "gambit_id": "91eccc74-e1a2-408f-9f7a-adce97a43c20",
            "last_updated": "2023-09-24T14:03:05.150620-04:00",
            "created_at": "2023-09-17T10:28:03.703131-04:00",
            "name": "DET (M Diaz)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0a735e-bb39-48e6-a281-20091c44ec3b/?format=api"
        }
    ]
}