GET /api/bet_types/7ba99b56-3656-416c-92b3-f5d2f3f1374e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ba99b56-3656-416c-92b3-f5d2f3f1374e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0692ebec-ddd5-4282-88ed-4b5912f653fe/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Washington",
                "amount": 5097.0
            },
            {
                "team": "Washington State",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd4f9724-8f6a-46a5-8535-5dc378f4e8d4",
            "gambit_id": "41d37cdc-6064-4ef1-b1ac-ae42d79352d5",
            "last_updated": "2022-11-28T09:22:06.062404-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ba99b56-3656-416c-92b3-f5d2f3f1374e/?format=api"
        },
        {
            "id": "6c726cf3-bd94-4112-889b-fe389a86cab8",
            "gambit_id": "c7963ec9-842c-40ec-a1d8-73f5d13be36b",
            "last_updated": "2022-11-28T09:22:06.061369-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ba99b56-3656-416c-92b3-f5d2f3f1374e/?format=api"
        }
    ]
}