GET /api/bet_types/c5e4d279-cf4c-447d-8464-d742f1b6f673/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5e4d279-cf4c-447d-8464-d742f1b6f673",
    "match": "https://api-prod.gambitprofit.com/api/matches/b88f7a2b-f67a-453d-b7af-6286597a7b15/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:23.055208-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": "CLE",
                "amount": 5423.0
            },
            {
                "team": "HOU",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c333f55-1621-45b4-99d7-da8e8e9d2872",
            "gambit_id": "76271d93-00d9-4c78-bcce-cb7d334a0237",
            "last_updated": "2023-08-02T19:02:59.758105-04:00",
            "created_at": "2023-08-01T09:03:23.060243-04:00",
            "name": "CLE",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e4d279-cf4c-447d-8464-d742f1b6f673/?format=api"
        },
        {
            "id": "3ac93c54-8f5b-4866-a73b-e0177894ad3b",
            "gambit_id": "508bae27-ad79-40ee-9070-bc6bb263359e",
            "last_updated": "2023-08-02T19:02:59.762066-04:00",
            "created_at": "2023-08-01T09:03:23.066219-04:00",
            "name": "HOU",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e4d279-cf4c-447d-8464-d742f1b6f673/?format=api"
        }
    ]
}