GET /api/bet_types/de31f94c-b8a6-43df-8ae5-eef4edad9381/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de31f94c-b8a6-43df-8ae5-eef4edad9381",
    "match": "https://api-prod.gambitprofit.com/api/matches/052ff239-4227-4be1-8962-a4fddda7e1c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T10:36:58.713206-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": "Arizona Coyotes",
                "amount": 6235.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ec66cd7-7d69-4727-9c1c-ce3289f0e4f4",
            "gambit_id": "33e5ee27-b8a8-4d76-9c40-8d984a8c5621",
            "last_updated": "2023-02-28T12:37:07.153663-05:00",
            "created_at": "2023-02-26T10:36:58.714363-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de31f94c-b8a6-43df-8ae5-eef4edad9381/?format=api"
        },
        {
            "id": "05f2b66e-50e0-4817-a8be-0da1d632d707",
            "gambit_id": "824a1a96-5280-4c81-afd1-873a1d32aa68",
            "last_updated": "2023-02-28T12:37:07.154922-05:00",
            "created_at": "2023-02-26T10:36:58.715646-05:00",
            "name": "Nashville Predators",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de31f94c-b8a6-43df-8ae5-eef4edad9381/?format=api"
        }
    ]
}