GET /api/bet_types/88e10114-1960-4694-8b8d-bac8aa261357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88e10114-1960-4694-8b8d-bac8aa261357",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee4b4182-b0b5-416c-b6db-daa7bcc8dd93/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T12:47:11.160327-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": "Cleveland Browns",
                "amount": 6110.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 3890.0
            }
        ],
        "expected_reward_tokens": 9102.6,
        "profit_sb": 102.6,
        "profit_sb_percentage": 1.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc0684fb-36e5-485f-9992-18c06efc6118",
            "gambit_id": "b5c12cce-560b-4fe3-833f-197a8e42fb9b",
            "last_updated": "2022-12-25T18:17:07.320513-05:00",
            "created_at": "2022-12-23T12:47:11.161684-05:00",
            "name": "Cleveland Browns",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e10114-1960-4694-8b8d-bac8aa261357/?format=api"
        },
        {
            "id": "c47f12f1-0492-4aa2-800f-3e86019e37a3",
            "gambit_id": "15e2ce38-c916-4a0c-b683-b8367e34dc5b",
            "last_updated": "2022-12-25T18:17:07.321636-05:00",
            "created_at": "2022-12-23T12:47:11.162923-05:00",
            "name": "New Orleans Saints",
            "reward": "2.34000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e10114-1960-4694-8b8d-bac8aa261357/?format=api"
        }
    ]
}