GET /api/bet_types/59de109c-3e8e-42fe-abae-3ca3b05009de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59de109c-3e8e-42fe-abae-3ca3b05009de",
    "match": "https://api-prod.gambitprofit.com/api/matches/6627993d-6e12-459d-ba91-e16f46aad8f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:14.053109-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": "New England Patriots",
                "amount": 5107.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cddef9db-7003-48b6-8ede-4ad72eac7fce",
            "gambit_id": "8bfa1731-10c2-47b8-8fe8-d3bc72375afd",
            "last_updated": "2023-10-09T15:48:13.982983-04:00",
            "created_at": "2023-10-03T10:18:14.061178-04:00",
            "name": "New England Patriots",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59de109c-3e8e-42fe-abae-3ca3b05009de/?format=api"
        },
        {
            "id": "d2875889-eb37-4ad2-92af-c56d63b00489",
            "gambit_id": "7a455886-2957-4535-b3bf-8862a703e07d",
            "last_updated": "2023-10-09T15:48:13.979515-04:00",
            "created_at": "2023-10-03T10:18:14.056883-04:00",
            "name": "New Orleans Saints",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59de109c-3e8e-42fe-abae-3ca3b05009de/?format=api"
        }
    ]
}