GET /api/bet_types/6cb8cd8c-f32a-4458-a3a3-079f7bfa20a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cb8cd8c-f32a-4458-a3a3-079f7bfa20a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bf07c56-d94f-47c9-8289-79d9213fe384/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:02.187633-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a93e4e0-2aab-4d83-8f52-2b1130ca4f6f",
            "gambit_id": "ad4f4b8e-22b9-4505-9601-e7ed69ab5f50",
            "last_updated": "2023-03-27T11:32:22.866648-04:00",
            "created_at": "2023-03-26T13:37:02.189883-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb8cd8c-f32a-4458-a3a3-079f7bfa20a9/?format=api"
        },
        {
            "id": "3cbcbafb-abe8-4e25-a2e8-a137770e4747",
            "gambit_id": "89e7fe29-2323-403b-b5b4-3e325547df8a",
            "last_updated": "2023-03-27T11:32:22.869059-04:00",
            "created_at": "2023-03-26T13:37:02.191801-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb8cd8c-f32a-4458-a3a3-079f7bfa20a9/?format=api"
        }
    ]
}