GET /api/bet_types/1e2cd151-bb11-4e61-bea1-5387329e2002/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e2cd151-bb11-4e61-bea1-5387329e2002",
    "match": "https://api-prod.gambitprofit.com/api/matches/76468db1-1c9e-4861-9a2c-c8a40111d7f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:05.688910-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": "WAS",
                "amount": 5872.0
            },
            {
                "team": "MIA",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 9453.12,
        "profit_sb": -46.88,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb1d6d43-aa49-40e5-b878-1524fdcdf7d5",
            "gambit_id": "e12af07e-c514-455b-b10b-5f7a20daff10",
            "last_updated": "2023-05-18T11:47:16.682633-04:00",
            "created_at": "2023-05-16T09:47:05.693141-04:00",
            "name": "WAS",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e2cd151-bb11-4e61-bea1-5387329e2002/?format=api"
        },
        {
            "id": "7ba1b040-0836-4727-8fe5-ec760ed8c8b8",
            "gambit_id": "d764066a-8f2e-4c7b-9f8f-2476ef53798b",
            "last_updated": "2023-05-18T11:47:16.680990-04:00",
            "created_at": "2023-05-16T09:47:05.690810-04:00",
            "name": "MIA",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e2cd151-bb11-4e61-bea1-5387329e2002/?format=api"
        }
    ]
}