GET /api/bet_types/af6f8de5-f286-4b0a-a934-e3cbdf953606/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af6f8de5-f286-4b0a-a934-e3cbdf953606",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d64d3c6-4a40-4dc3-afe9-64d926da3789/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:58.505645-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": "Minnesota Timberwolves",
                "amount": 5107.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "14f834de-2539-4d57-b44a-f5c85ed1215c",
            "gambit_id": "e1aa27df-cd14-4a43-aba9-7858f94ed409",
            "last_updated": "2024-01-08T14:38:13.931356-05:00",
            "created_at": "2024-01-05T09:32:58.509334-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af6f8de5-f286-4b0a-a934-e3cbdf953606/?format=api"
        },
        {
            "id": "2406212d-46d0-4c9c-a4ed-2013f8555707",
            "gambit_id": "b9cd67a8-bfa0-4f32-8a17-74343cf31e28",
            "last_updated": "2024-01-08T14:38:13.934711-05:00",
            "created_at": "2024-01-05T09:32:58.513716-05:00",
            "name": "Houston Rockets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af6f8de5-f286-4b0a-a934-e3cbdf953606/?format=api"
        }
    ]
}