GET /api/bet_types/32225846-f934-4eb8-923f-503926adb848/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32225846-f934-4eb8-923f-503926adb848",
    "match": "https://api-prod.gambitprofit.com/api/matches/abdd74ca-106f-43b0-814b-0451a843206d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:01.529421-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": "NYM",
                "amount": 6154.0
            },
            {
                "team": "ARI",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "091e4b7f-396a-419a-a65a-57424f99f70b",
            "gambit_id": "1dd5e8df-544d-4e90-9758-24d2bcadc23b",
            "last_updated": "2023-09-15T16:28:16.594940-04:00",
            "created_at": "2023-09-12T09:23:01.538865-04:00",
            "name": "NYM",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32225846-f934-4eb8-923f-503926adb848/?format=api"
        },
        {
            "id": "9c0f3b1f-0176-4413-aa43-50dd72d614a2",
            "gambit_id": "989a1bdb-7a61-459f-97f0-9912182e9f10",
            "last_updated": "2023-09-15T16:28:16.590039-04:00",
            "created_at": "2023-09-12T09:23:01.534403-04:00",
            "name": "ARI",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32225846-f934-4eb8-923f-503926adb848/?format=api"
        }
    ]
}