GET /api/bet_types/ca046023-cb3c-4ce5-8316-6f333c1591f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca046023-cb3c-4ce5-8316-6f333c1591f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7054e9e-0c2d-44e4-9a61-1a412581fb34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:23:05.181251-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": "Vancouver Canucks",
                "amount": 5107.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1113ea62-8ee1-48db-bc84-240c3c607316",
            "gambit_id": "73d2164e-8797-4bc6-8959-e80ff127d367",
            "last_updated": "2023-11-26T12:28:24.477825-05:00",
            "created_at": "2023-11-25T09:23:05.184765-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca046023-cb3c-4ce5-8316-6f333c1591f1/?format=api"
        },
        {
            "id": "bd2d27bf-dd12-4440-9e64-415012a6b7eb",
            "gambit_id": "8815dea6-a7b0-4bf8-a83d-347ea425a486",
            "last_updated": "2023-11-26T12:28:24.481099-05:00",
            "created_at": "2023-11-25T09:23:05.188439-05:00",
            "name": "San Jose Sharks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca046023-cb3c-4ce5-8316-6f333c1591f1/?format=api"
        }
    ]
}