GET /api/bet_types/b6659584-5947-4bdb-8d97-998bb17aca72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6659584-5947-4bdb-8d97-998bb17aca72",
    "match": "https://api-prod.gambitprofit.com/api/matches/fceb8377-d12a-4d2c-9169-611075f92225/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:10.107774-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": "New York Jets",
                "amount": 5107.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "db44c600-f51c-4eb2-96c2-837cb4d88e51",
            "gambit_id": "4c893720-f2dd-462d-8b5d-f9b280edc812",
            "last_updated": "2023-12-30T16:28:07.217321-05:00",
            "created_at": "2023-12-27T09:43:10.112889-05:00",
            "name": "New York Jets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6659584-5947-4bdb-8d97-998bb17aca72/?format=api"
        },
        {
            "id": "cce35ec7-d85d-41bb-8815-5f7c18f53f8b",
            "gambit_id": "8ef42a01-0179-4631-9c9d-f27c78dfec04",
            "last_updated": "2023-12-30T16:28:07.220690-05:00",
            "created_at": "2023-12-27T09:43:10.117296-05:00",
            "name": "Cleveland Browns",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6659584-5947-4bdb-8d97-998bb17aca72/?format=api"
        }
    ]
}