GET /api/bet_types/a12c42c8-aaf8-4acb-9169-a7b7b7751413/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a12c42c8-aaf8-4acb-9169-a7b7b7751413",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c93fa0d-839d-4663-9570-786d8e86931f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T10:28:19.824639-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": "CHC",
                "amount": 5939.0
            },
            {
                "team": "BOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d44327c-8e76-49bb-b9bc-d69df2b539cb",
            "gambit_id": "21d1b23c-6f21-4cf3-a737-b92cfb4bdd8f",
            "last_updated": "2023-07-17T10:18:27.678239-04:00",
            "created_at": "2023-07-15T10:28:19.827702-04:00",
            "name": "CHC",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12c42c8-aaf8-4acb-9169-a7b7b7751413/?format=api"
        },
        {
            "id": "4e40e627-69f6-4f16-ac7a-71efe7468346",
            "gambit_id": "b4df7acd-4887-48e5-b58b-fbfbf2b9946f",
            "last_updated": "2023-07-17T10:18:27.676944-04:00",
            "created_at": "2023-07-15T10:28:19.826157-04:00",
            "name": "BOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12c42c8-aaf8-4acb-9169-a7b7b7751413/?format=api"
        }
    ]
}