GET /api/bet_types/46661077-93ad-4446-bd9e-c526fd2f1f33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46661077-93ad-4446-bd9e-c526fd2f1f33",
    "match": "https://api-prod.gambitprofit.com/api/matches/e96fc3b0-6960-4d4c-9ee2-a3acb29ce527/?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": "Rutgers",
                "amount": 5000.0
            },
            {
                "team": "Iowa",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0128189a-5ef9-476f-88ed-598af54ae7c4",
            "gambit_id": "d0b26fca-8d47-465b-ae8e-b1bbbe8f571a",
            "last_updated": "2022-09-25T21:17:17.566854-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46661077-93ad-4446-bd9e-c526fd2f1f33/?format=api"
        },
        {
            "id": "a685ad99-91be-476c-9370-408bb3e9f819",
            "gambit_id": "a1bea475-d44a-43c1-a6b3-0a6816483241",
            "last_updated": "2022-09-25T21:17:17.567938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46661077-93ad-4446-bd9e-c526fd2f1f33/?format=api"
        }
    ]
}