GET /api/bet_types/56efde2e-0e45-4aa3-b42e-aad942a257dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56efde2e-0e45-4aa3-b42e-aad942a257dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/34874039-5b97-4ee5-8852-7165997c8060/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-30T10:47:18.038408-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": "ARI",
                "amount": 5213.0
            },
            {
                "team": "COL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "40037a91-649b-4948-8e88-f5680f1df47d",
            "gambit_id": "838ad519-67a0-43ab-a641-2d11f42490aa",
            "last_updated": "2023-05-31T11:47:22.715670-04:00",
            "created_at": "2023-05-30T10:47:18.043127-04:00",
            "name": "ARI",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56efde2e-0e45-4aa3-b42e-aad942a257dc/?format=api"
        },
        {
            "id": "2beeb545-b3c6-4aa0-90ec-54d0edb57255",
            "gambit_id": "201209bc-9657-440a-a251-17e5a118b940",
            "last_updated": "2023-05-31T11:47:22.713230-04:00",
            "created_at": "2023-05-30T10:47:18.040945-04:00",
            "name": "COL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56efde2e-0e45-4aa3-b42e-aad942a257dc/?format=api"
        }
    ]
}