GET /api/bet_types/64bb0258-4565-49f2-add3-ca039fb6334b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64bb0258-4565-49f2-add3-ca039fb6334b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5583785a-5050-4c87-b89b-9678eb5c2d39/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-15T08:23:08.354382-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": "DET",
                "amount": 5213.0
            },
            {
                "team": "MIN",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "36a7952d-c8a4-4d6f-a95c-f4c0d7e8e02b",
            "gambit_id": "97ef79af-33fe-4b29-b2a2-d50a90d3b85b",
            "last_updated": "2023-06-16T10:03:12.029758-04:00",
            "created_at": "2023-06-15T08:23:08.357276-04:00",
            "name": "DET",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64bb0258-4565-49f2-add3-ca039fb6334b/?format=api"
        },
        {
            "id": "3c50efaf-8c30-41d2-80eb-204461bccd38",
            "gambit_id": "cd7894cb-5220-4939-aceb-676332c3377f",
            "last_updated": "2023-06-16T10:03:12.031473-04:00",
            "created_at": "2023-06-15T08:23:08.360380-04:00",
            "name": "MIN",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64bb0258-4565-49f2-add3-ca039fb6334b/?format=api"
        }
    ]
}