GET /api/bet_types/e8506c83-8c7a-4fd4-a477-8cfad13de11e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8506c83-8c7a-4fd4-a477-8cfad13de11e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7348c8f6-3cde-4267-aa52-28c9460caaa1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T08:48:24.936886-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": "New Orleans Saints",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "eccfd23d-7448-47f0-96f0-37b5b777c4e5",
            "gambit_id": "51fd14e6-0eb5-44f1-beee-a594951fbd5b",
            "last_updated": "2023-10-20T09:52:57.634733-04:00",
            "created_at": "2023-10-18T08:48:24.946421-04:00",
            "name": "New Orleans Saints",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8506c83-8c7a-4fd4-a477-8cfad13de11e/?format=api"
        },
        {
            "id": "842e4b8b-d0f1-42c5-be03-f4936bf77068",
            "gambit_id": "f6642cb5-02cc-4c0e-8535-eda8076bf60b",
            "last_updated": "2023-10-20T09:52:57.630244-04:00",
            "created_at": "2023-10-18T08:48:24.941721-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8506c83-8c7a-4fd4-a477-8cfad13de11e/?format=api"
        }
    ]
}