GET /api/bet_types/cfc122d7-13b7-4607-992e-f30ae7001ce3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfc122d7-13b7-4607-992e-f30ae7001ce3",
    "match": "https://api-prod.gambitprofit.com/api/matches/956ee3f7-4d00-4740-b487-820a0cd78830/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ca66ac3-b34e-4562-90b0-c44cd87d5dc4",
            "gambit_id": "875d8417-9475-4b43-bd9a-8967b2274926",
            "last_updated": "2022-11-05T09:28:16.019072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc122d7-13b7-4607-992e-f30ae7001ce3/?format=api"
        },
        {
            "id": "07ac367e-4c04-4bb1-9599-b523faec4d1b",
            "gambit_id": "d4a2ff0e-b3d4-4d2e-92b5-ab069161f539",
            "last_updated": "2022-11-05T09:28:16.018085-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc122d7-13b7-4607-992e-f30ae7001ce3/?format=api"
        }
    ]
}