GET /api/bet_types/7c073c17-8724-4f7e-9c5d-904a74ed8918/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c073c17-8724-4f7e-9c5d-904a74ed8918",
    "match": "https://api-prod.gambitprofit.com/api/matches/25007b5f-1315-481c-afc9-f8b94f4b150c/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:47:11.757646-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": "Philadelphia Eagles",
                "amount": 5098.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "f90dbdcc-a9ee-4ded-8612-b09d0388ee29",
            "gambit_id": "09cd8590-56ce-42d9-8200-3a787de71d3b",
            "last_updated": "2022-12-25T18:12:07.440409-05:00",
            "created_at": "2022-12-23T12:47:11.763911-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c073c17-8724-4f7e-9c5d-904a74ed8918/?format=api"
        },
        {
            "id": "b4f2b9dc-562e-491e-9a7c-56e9dddbeff2",
            "gambit_id": "4966a2ab-2f41-4aea-81c9-9b97eaa563ac",
            "last_updated": "2022-12-25T18:12:07.438935-05:00",
            "created_at": "2022-12-23T12:47:11.758824-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c073c17-8724-4f7e-9c5d-904a74ed8918/?format=api"
        }
    ]
}