GET /api/bet_types/81259bd5-d604-4d49-bdef-ae60794b30f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81259bd5-d604-4d49-bdef-ae60794b30f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9724281-8391-4937-984d-60daf6a55f4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:12.509292-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": "MIL",
                "amount": 6241.0
            },
            {
                "team": "CLE",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "f91bfd95-4596-465f-abf6-87b6a19ab199",
            "gambit_id": "4d461380-8878-4333-973a-fec3b941a60b",
            "last_updated": "2023-06-26T10:13:36.198336-04:00",
            "created_at": "2023-06-23T09:28:12.511008-04:00",
            "name": "MIL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81259bd5-d604-4d49-bdef-ae60794b30f9/?format=api"
        },
        {
            "id": "ecd679c9-44e9-4f49-b2da-c03c217657c6",
            "gambit_id": "2cd5af14-c195-4ed9-a7a0-065e3296139d",
            "last_updated": "2023-06-26T10:13:36.200811-04:00",
            "created_at": "2023-06-23T09:28:12.512875-04:00",
            "name": "CLE",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81259bd5-d604-4d49-bdef-ae60794b30f9/?format=api"
        }
    ]
}