GET /api/bet_types/178dcb18-13ee-4c80-b717-9d7401badfdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "178dcb18-13ee-4c80-b717-9d7401badfdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/76a6e9b6-1bfd-44c3-b76c-3f570c546c3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:25.481606-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": "TOR",
                "amount": 6390.0
            },
            {
                "team": "SEA",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d1b9f07-e5d8-48c7-8cfa-987ad802c084",
            "gambit_id": "48fdfb8e-79a6-458b-812c-4b716a5a313d",
            "last_updated": "2023-07-22T09:47:58.942896-04:00",
            "created_at": "2023-07-21T08:53:25.483893-04:00",
            "name": "TOR",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178dcb18-13ee-4c80-b717-9d7401badfdb/?format=api"
        },
        {
            "id": "08ff10fc-2aad-4616-a298-cb573ee28dbd",
            "gambit_id": "ae63b91c-f68e-45f7-859e-b229c10934f1",
            "last_updated": "2023-07-22T09:47:58.946447-04:00",
            "created_at": "2023-07-21T08:53:25.486132-04:00",
            "name": "SEA",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178dcb18-13ee-4c80-b717-9d7401badfdb/?format=api"
        }
    ]
}