GET /api/bet_types/68421aa8-4c14-44bf-9be4-1b9d246f8379/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68421aa8-4c14-44bf-9be4-1b9d246f8379",
    "match": "https://api-prod.gambitprofit.com/api/matches/829fc843-2082-4545-a9ab-24c9e764f192/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-22T08:23:02.896200-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": "PIT",
                "amount": 5867.0
            },
            {
                "team": "MIA",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e98bda60-e614-48f7-a37b-f6ce9cd9273c",
            "gambit_id": "0640bb60-903a-4219-b64c-df0ab3d722bc",
            "last_updated": "2023-06-23T14:43:10.433564-04:00",
            "created_at": "2023-06-22T08:23:02.898043-04:00",
            "name": "PIT",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68421aa8-4c14-44bf-9be4-1b9d246f8379/?format=api"
        },
        {
            "id": "3515ccd8-fdfc-4ed1-bf7e-855aafd5679a",
            "gambit_id": "569618f1-d83a-46c8-905f-bb48a3fb982c",
            "last_updated": "2023-06-23T14:43:10.435833-04:00",
            "created_at": "2023-06-22T08:23:02.900011-04:00",
            "name": "MIA",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68421aa8-4c14-44bf-9be4-1b9d246f8379/?format=api"
        }
    ]
}