GET /api/bet_types/b59d47b9-b17a-43ba-a129-d761931d2392/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b59d47b9-b17a-43ba-a129-d761931d2392",
    "match": "https://api-prod.gambitprofit.com/api/matches/90090479-fdac-4e9c-bec1-620ee790b5b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:14.485407-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": "CLE",
                "amount": 6100.0
            },
            {
                "team": "HOU",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "927dd361-abd4-45b2-a458-f7bfd74611f3",
            "gambit_id": "4316922a-91a0-4e3b-bde5-5a15056e7ccd",
            "last_updated": "2023-06-10T17:03:15.174430-04:00",
            "created_at": "2023-06-09T09:48:14.489126-04:00",
            "name": "CLE",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b59d47b9-b17a-43ba-a129-d761931d2392/?format=api"
        },
        {
            "id": "9ee9779a-6d0e-4a34-89e2-058951476d4a",
            "gambit_id": "ea4aaee4-5ee9-49a2-aeca-d1fd2a4f130c",
            "last_updated": "2023-06-10T17:03:15.172282-04:00",
            "created_at": "2023-06-09T09:48:14.487265-04:00",
            "name": "HOU",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b59d47b9-b17a-43ba-a129-d761931d2392/?format=api"
        }
    ]
}