GET /api/bet_types/b00749c1-574f-4cd0-9bba-efc648be54a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b00749c1-574f-4cd0-9bba-efc648be54a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e004dc59-3f0a-4f67-953d-ca4c12ecd529/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:14.206217-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": "Nashville Predators",
                "amount": 6611.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea7856bf-8fde-4a63-856e-fe92441ed486",
            "gambit_id": "4bb5fe80-4b7a-499c-8344-af0494b77579",
            "last_updated": "2023-02-19T16:07:15.860898-05:00",
            "created_at": "2023-02-18T09:07:14.207449-05:00",
            "name": "Nashville Predators",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b00749c1-574f-4cd0-9bba-efc648be54a2/?format=api"
        },
        {
            "id": "982499ab-b332-425c-93c9-b1e62c628bd5",
            "gambit_id": "a66b38fe-3640-49cb-b7ea-971afdb92236",
            "last_updated": "2023-02-19T16:07:15.864879-05:00",
            "created_at": "2023-02-18T09:07:14.208732-05:00",
            "name": "Florida Panthers",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b00749c1-574f-4cd0-9bba-efc648be54a2/?format=api"
        }
    ]
}