GET /api/bet_types/6cba253c-fe52-4812-a2e7-2036e0058d63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cba253c-fe52-4812-a2e7-2036e0058d63",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae6e52aa-a95f-47fc-9efc-441b4cce84c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T10:22:13.554701-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": 6163.0
            },
            {
                "team": "NYM",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "0bd718dd-25f0-4ba7-8eeb-8f158063d9ad",
            "gambit_id": "2e06e714-3ec0-440e-9f1c-09a79ff10b0f",
            "last_updated": "2023-04-03T10:01:59.972343-04:00",
            "created_at": "2023-04-01T10:22:13.558186-04:00",
            "name": "MIA",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cba253c-fe52-4812-a2e7-2036e0058d63/?format=api"
        },
        {
            "id": "2f19181f-424c-4da0-84be-e7aa2c112a62",
            "gambit_id": "23ee9853-0985-4f45-83ce-77177ab2fbed",
            "last_updated": "2023-04-03T10:01:59.975295-04:00",
            "created_at": "2023-04-01T10:22:13.559913-04:00",
            "name": "NYM",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cba253c-fe52-4812-a2e7-2036e0058d63/?format=api"
        }
    ]
}