GET /api/bet_types/5dbe1bdb-ba98-4640-b998-20bbbf3c30a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dbe1bdb-ba98-4640-b998-20bbbf3c30a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d2257cf-b46f-4d5d-8ebe-700feb7a2048/?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": "Buffalo Sabres",
                "amount": 6256.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "4356d800-66c7-4747-b1b4-1707d0bbdb91",
            "gambit_id": "95e3d4a1-8e7f-41f6-a36c-ccc6ed7ec840",
            "last_updated": "2022-11-29T10:27:09.011585-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbe1bdb-ba98-4640-b998-20bbbf3c30a5/?format=api"
        },
        {
            "id": "f3504202-9e92-4f69-a0de-fa9f5d5f1f75",
            "gambit_id": "7ec7739a-5127-4c09-baeb-13771f601b4e",
            "last_updated": "2022-11-29T10:27:09.012576-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbe1bdb-ba98-4640-b998-20bbbf3c30a5/?format=api"
        }
    ]
}