GET /api/bet_types/5c970241-5cf4-4445-b7b7-5153ba8172d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c970241-5cf4-4445-b7b7-5153ba8172d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/05c9a0b8-57df-4f72-8b61-c7127100c38e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T23:21:48.207499-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": "Minnesota Vikings",
                "amount": 5098.0
            },
            {
                "team": "New York Giants",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6bbd082-3d72-4ee7-b0f7-ea1fe1f8e9d2",
            "gambit_id": "ff9d6c55-693a-42ad-bcba-0ac1232f05cf",
            "last_updated": "2023-01-16T10:37:09.586692-05:00",
            "created_at": "2023-01-12T23:21:48.208699-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c970241-5cf4-4445-b7b7-5153ba8172d4/?format=api"
        },
        {
            "id": "7e01a5d2-b155-4720-9017-b7b08e76535c",
            "gambit_id": "b12f3ce1-f7e3-4b48-8b27-80882059ad77",
            "last_updated": "2023-01-16T10:37:09.589749-05:00",
            "created_at": "2023-01-12T23:21:48.209990-05:00",
            "name": "New York Giants",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c970241-5cf4-4445-b7b7-5153ba8172d4/?format=api"
        }
    ]
}