GET /api/bet_types/7b648408-4787-484a-a062-528fc2e4a74e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b648408-4787-484a-a062-528fc2e4a74e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0130e188-87d7-4718-b24f-a37222dfad35/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-18T10:18:21.540496-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": "Calgary Flames",
                "amount": 6449.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa0ba4e8-1f9d-47ce-a947-9bc86218be61",
            "gambit_id": "fdd27ce7-f05a-4849-bf95-fd022407daa0",
            "last_updated": "2024-01-19T20:33:18.623425-05:00",
            "created_at": "2024-01-18T10:18:21.549636-05:00",
            "name": "Calgary Flames",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b648408-4787-484a-a062-528fc2e4a74e/?format=api"
        },
        {
            "id": "ec86dede-758f-4941-ac64-fdeec830b8a8",
            "gambit_id": "781853ce-9e6d-490a-9559-2e4838ca9185",
            "last_updated": "2024-01-19T20:33:18.619772-05:00",
            "created_at": "2024-01-18T10:18:21.544788-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b648408-4787-484a-a062-528fc2e4a74e/?format=api"
        }
    ]
}