GET /api/bet_types/f8a95485-9a6c-402c-89db-b99c7be42ef1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8a95485-9a6c-402c-89db-b99c7be42ef1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d7f52bf-a567-4f8c-aa23-ea3369972126/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-16T08:22:59.166139-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": "TEX",
                "amount": 5421.0
            },
            {
                "team": "TOR",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "34565857-11e2-4700-8061-4cc8c8615637",
            "gambit_id": "bab15efd-ed97-4e1f-b76c-c5d8a9d8391f",
            "last_updated": "2023-06-17T11:48:15.946757-04:00",
            "created_at": "2023-06-16T08:22:59.169291-04:00",
            "name": "TEX",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8a95485-9a6c-402c-89db-b99c7be42ef1/?format=api"
        },
        {
            "id": "7d5dc5a1-71b3-4d1e-b63c-e32f5d574294",
            "gambit_id": "acf030a0-de5f-4c1c-9cfb-4a4ddc3e0540",
            "last_updated": "2023-06-17T11:48:15.944895-04:00",
            "created_at": "2023-06-16T08:22:59.167702-04:00",
            "name": "TOR",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8a95485-9a6c-402c-89db-b99c7be42ef1/?format=api"
        }
    ]
}