GET /api/bet_types/328b33bb-bd6f-4e15-b035-6e2c3adaa070/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "328b33bb-bd6f-4e15-b035-6e2c3adaa070",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9a32440-62b6-4e20-8031-bef129bc0dac/?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 State",
                "amount": 5000.0
            },
            {
                "team": "USC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "963b3518-f0c7-45e6-8ab2-c51a31bcca95",
            "gambit_id": "f9c2ec24-310a-4a16-90a0-f742d7f80077",
            "last_updated": "2022-10-11T11:27:05.931087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/328b33bb-bd6f-4e15-b035-6e2c3adaa070/?format=api"
        },
        {
            "id": "a2f96296-d651-4a7a-8b80-6184d114e21c",
            "gambit_id": "82da14b5-7eec-4f2d-8511-3b44b23be30b",
            "last_updated": "2022-10-11T11:27:05.930169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/328b33bb-bd6f-4e15-b035-6e2c3adaa070/?format=api"
        }
    ]
}