GET /api/bet_types/7db5d97f-db3b-4a89-aab7-74b6684e3c7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7db5d97f-db3b-4a89-aab7-74b6684e3c7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2c03d08-2f8f-4dfb-92f1-743f67878649/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2dc75b0-64e6-4121-8861-322315f5b520",
            "gambit_id": "7aec6abe-7a96-41cf-96c0-d3ca22856418",
            "last_updated": "2022-11-10T09:17:41.246891-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db5d97f-db3b-4a89-aab7-74b6684e3c7f/?format=api"
        },
        {
            "id": "575bc1f6-4bfe-43fd-a50b-8f8201734443",
            "gambit_id": "3a6cd36e-3638-4b21-97eb-0bf82bae0f83",
            "last_updated": "2022-11-10T09:17:41.245758-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db5d97f-db3b-4a89-aab7-74b6684e3c7f/?format=api"
        }
    ]
}