GET /api/bet_types/f0f98ebe-9982-48db-818b-5624aaa7fe52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0f98ebe-9982-48db-818b-5624aaa7fe52",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0e642cf-f0a0-4ef7-b897-5b8783ca6f35/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:15.218673-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": "BOS",
                "amount": 5107.0
            },
            {
                "team": "KAN",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a98ea37-93d1-4cb4-a0c3-ea8f28283c18",
            "gambit_id": "30b5f2d3-3e12-4454-816c-7020bee66f33",
            "last_updated": "2023-09-04T12:53:28.190935-04:00",
            "created_at": "2023-09-02T09:33:15.222533-04:00",
            "name": "BOS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f98ebe-9982-48db-818b-5624aaa7fe52/?format=api"
        },
        {
            "id": "f756eef2-40e5-4b0f-ac39-d6440feac895",
            "gambit_id": "eee3ef94-af18-4c95-82e0-afa74b577eb2",
            "last_updated": "2023-09-04T12:53:28.194592-04:00",
            "created_at": "2023-09-02T09:33:15.228110-04:00",
            "name": "KAN",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f98ebe-9982-48db-818b-5624aaa7fe52/?format=api"
        }
    ]
}