GET /api/bet_types/0dbe1fc7-6bed-472a-9a9c-cd0274e27566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dbe1fc7-6bed-472a-9a9c-cd0274e27566",
    "match": "https://api-prod.gambitprofit.com/api/matches/423ada1e-4240-4864-8e40-09c987f3394b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-25T13:47:02.064563-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": "DET",
                "amount": 5423.0
            },
            {
                "team": "CWS",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fc910e9-a25c-4f30-8855-4672e1c28488",
            "gambit_id": "518f0a18-fcb4-4ebf-a373-99ebb2a1d772",
            "last_updated": "2023-05-26T11:52:18.443315-04:00",
            "created_at": "2023-05-25T13:47:02.070350-04:00",
            "name": "DET",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dbe1fc7-6bed-472a-9a9c-cd0274e27566/?format=api"
        },
        {
            "id": "c32e7d17-1cf3-43a0-b83a-c8a34f9833cf",
            "gambit_id": "d93732e2-44c1-46a3-9a7f-27d3a1ae1f39",
            "last_updated": "2023-05-26T11:52:18.441100-04:00",
            "created_at": "2023-05-25T13:47:02.067130-04:00",
            "name": "CWS",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dbe1fc7-6bed-472a-9a9c-cd0274e27566/?format=api"
        }
    ]
}