GET /api/bet_types/a507ad13-b33c-4fc3-ae99-855cb7255e60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a507ad13-b33c-4fc3-ae99-855cb7255e60",
    "match": "https://api-prod.gambitprofit.com/api/matches/47ee9c0b-802c-4675-9152-80ff70b12849/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:08.916574-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": "San Francisco 49ers",
                "amount": 5867.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fe2bb57-1598-44a7-8d83-c8f5ad36643d",
            "gambit_id": "58253f21-2b96-4f91-8010-d2cd6ae379d2",
            "last_updated": "2023-12-04T20:53:09.173953-05:00",
            "created_at": "2023-11-30T10:28:08.921113-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a507ad13-b33c-4fc3-ae99-855cb7255e60/?format=api"
        },
        {
            "id": "d6a64f9c-d044-4e25-a9f2-b19a63bdfdfa",
            "gambit_id": "030f682d-90e4-4695-8f30-92d296ae0797",
            "last_updated": "2023-12-04T20:53:09.198585-05:00",
            "created_at": "2023-11-30T10:28:08.926950-05:00",
            "name": "Philadelphia Eagles",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a507ad13-b33c-4fc3-ae99-855cb7255e60/?format=api"
        }
    ]
}