GET /api/bet_types/b98d4dad-e0c2-4561-b2ab-bf2db1e6d4e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b98d4dad-e0c2-4561-b2ab-bf2db1e6d4e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/53bfb8a7-4d5d-4998-93e9-68cf86c5337d/?format=api",
    "name": "Play the Odds",
    "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": "NYM",
                "amount": 5668.0
            },
            {
                "team": "LOS",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9182.16,
        "profit_sb": 182.16,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea594343-b551-4797-946a-969bada7fddf",
            "gambit_id": "869296d4-3dd6-447e-913a-9b13fe9762e2",
            "last_updated": "2022-09-02T09:02:06.821960-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98d4dad-e0c2-4561-b2ab-bf2db1e6d4e1/?format=api"
        },
        {
            "id": "a4e25d23-9faa-4d41-aeca-9e3a77fcd2c5",
            "gambit_id": "819bc0c7-4d8d-4726-b37f-94f565965069",
            "last_updated": "2022-09-02T09:02:06.822443-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98d4dad-e0c2-4561-b2ab-bf2db1e6d4e1/?format=api"
        }
    ]
}