GET /api/bet_types/4b6ee257-b62c-44b4-9def-5de195c3d97e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b6ee257-b62c-44b4-9def-5de195c3d97e",
    "match": "https://api-prod.gambitprofit.com/api/matches/103f65b9-323d-4d0f-b1ea-e7dae8e2b924/?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": "Arizona",
                "amount": 5000.0
            },
            {
                "team": "Mississippi State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "fb159621-974e-4cd1-b75b-d2f40295720b",
            "gambit_id": "fb1040fb-4fec-48b1-ba9f-bac7036a46d3",
            "last_updated": "2022-09-11T09:47:39.020641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b6ee257-b62c-44b4-9def-5de195c3d97e/?format=api"
        },
        {
            "id": "d4631cbf-81b4-4ce8-9706-bdafc0682b92",
            "gambit_id": "19162456-969c-46a0-a31c-74ccaec51b19",
            "last_updated": "2022-09-11T09:47:39.021646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b6ee257-b62c-44b4-9def-5de195c3d97e/?format=api"
        }
    ]
}