GET /api/bet_types/2b6879ab-94d5-4212-8d88-1eb2a63c8fb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b6879ab-94d5-4212-8d88-1eb2a63c8fb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0595379e-21a1-4461-bc75-f2004973660a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Washington Commanders",
                "amount": 5984.0
            },
            {
                "team": "Houston Texans",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2f82cd8-02f2-405f-9639-a760281761bd",
            "gambit_id": "0bfa9f8b-b1de-4849-bcc8-fe2c861fa8ae",
            "last_updated": "2022-11-21T15:53:12.597643-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b6879ab-94d5-4212-8d88-1eb2a63c8fb9/?format=api"
        },
        {
            "id": "65f2a25e-8162-406a-b28a-8973b77f33fc",
            "gambit_id": "6c096835-ef30-4d17-9f15-985ab793fed8",
            "last_updated": "2022-11-21T15:53:12.596465-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b6879ab-94d5-4212-8d88-1eb2a63c8fb9/?format=api"
        }
    ]
}