GET /api/bet_types/d3ce0480-e7ed-4441-a0c6-2f7425df703e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3ce0480-e7ed-4441-a0c6-2f7425df703e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c0f46-2f5d-4c18-a45a-38346e70245d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:14.207507-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": 6163.0
            },
            {
                "team": "New York Rangers",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "1324a2ec-09b1-43db-8e0c-7f7e314b7d6e",
            "gambit_id": "98c05324-b459-45ea-8fdb-e40447ead070",
            "last_updated": "2023-03-13T13:22:04.800703-04:00",
            "created_at": "2023-03-11T09:32:14.208793-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ce0480-e7ed-4441-a0c6-2f7425df703e/?format=api"
        },
        {
            "id": "64ee016c-37a0-4e6d-b45a-f9fc76dcdb39",
            "gambit_id": "66236392-c681-4412-a481-5e6b97f9b14b",
            "last_updated": "2023-03-13T13:22:04.802762-04:00",
            "created_at": "2023-03-11T09:32:14.210217-05:00",
            "name": "New York Rangers",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ce0480-e7ed-4441-a0c6-2f7425df703e/?format=api"
        }
    ]
}