GET /api/bet_types/37c7b3a5-495b-452c-bb50-dd8d9a0894aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37c7b3a5-495b-452c-bb50-dd8d9a0894aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/055c911b-2886-4fb9-9602-ce0ba486088a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:10.781161-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": "MIA",
                "amount": 5599.0
            },
            {
                "team": "SEA",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "846cdf61-31b8-4b02-86d5-5eb961a8d8d3",
            "gambit_id": "25b5077e-e049-4bc6-9d16-efedb6b419e6",
            "last_updated": "2023-06-15T23:18:30.945080-04:00",
            "created_at": "2023-06-14T05:58:10.783685-04:00",
            "name": "MIA",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37c7b3a5-495b-452c-bb50-dd8d9a0894aa/?format=api"
        },
        {
            "id": "ee0eeddb-b78c-4a36-bd50-6c28e3dcf73b",
            "gambit_id": "2a2c0bbe-7afe-492e-b556-8b8ad7f0f644",
            "last_updated": "2023-06-15T23:18:30.946433-04:00",
            "created_at": "2023-06-14T05:58:10.786456-04:00",
            "name": "SEA",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37c7b3a5-495b-452c-bb50-dd8d9a0894aa/?format=api"
        }
    ]
}