GET /api/bet_types/6c53e788-b021-4ec7-b42e-a6a0936112e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c53e788-b021-4ec7-b42e-a6a0936112e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/43ccb511-3a8c-430f-91e0-c0829a02b1db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T11:12:59.106181-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": "TAM",
                "amount": 5421.0
            },
            {
                "team": "OAK",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c60b618-865a-4688-a35a-727249e0a7ee",
            "gambit_id": "8d1c5cd3-55ca-459a-9401-33b7a503b233",
            "last_updated": "2023-06-20T21:38:18.281464-04:00",
            "created_at": "2023-06-13T11:12:59.108004-04:00",
            "name": "TAM",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c53e788-b021-4ec7-b42e-a6a0936112e9/?format=api"
        },
        {
            "id": "290ff4a4-7881-4cb8-b0ec-5043045793c2",
            "gambit_id": "e777448e-6bbf-4c4b-a891-5f31478c5b95",
            "last_updated": "2023-06-20T21:38:18.284182-04:00",
            "created_at": "2023-06-13T11:12:59.109815-04:00",
            "name": "OAK",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c53e788-b021-4ec7-b42e-a6a0936112e9/?format=api"
        }
    ]
}