GET /api/bet_types/d1d2f3a0-e331-484a-af9a-fbcdbe5853bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1d2f3a0-e331-484a-af9a-fbcdbe5853bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/68297e53-9cc0-4aa2-94cb-26856af86ee7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-29T11:47:14.492362-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": "Miami Heat",
                "amount": 5107.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b870ce16-8570-45ce-8a89-3652c1d50019",
            "gambit_id": "b37d7955-612b-481b-8d9a-8da4eeb1148c",
            "last_updated": "2023-05-30T10:47:20.519325-04:00",
            "created_at": "2023-05-29T11:47:14.495362-04:00",
            "name": "Miami Heat",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d2f3a0-e331-484a-af9a-fbcdbe5853bb/?format=api"
        },
        {
            "id": "3ca8306e-3f9c-44ec-9fa1-ea5dc7737f5f",
            "gambit_id": "013d83fd-aa76-4b36-a2dc-76acf528ce7e",
            "last_updated": "2023-05-30T10:47:20.521149-04:00",
            "created_at": "2023-05-29T11:47:14.498391-04:00",
            "name": "Boston Celtics",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d2f3a0-e331-484a-af9a-fbcdbe5853bb/?format=api"
        }
    ]
}