GET /api/bet_types/159dc008-d339-492c-8df8-a0654a44d9fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "159dc008-d339-492c-8df8-a0654a44d9fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4627f2d-255e-4f2a-a38d-3a39ca223086/?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": "Kent State",
                "amount": 5000.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e02256cc-6121-48b8-b129-2b3d84164848",
            "gambit_id": "7e7e1f2c-837b-4d4f-97b4-9291e4a1a2f4",
            "last_updated": "2022-10-11T10:57:33.603751-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159dc008-d339-492c-8df8-a0654a44d9fb/?format=api"
        },
        {
            "id": "eddc0f1c-b178-4301-b5f4-2e18f80f632c",
            "gambit_id": "8c37ed58-5539-4e86-a829-c20021ffc164",
            "last_updated": "2022-10-11T10:57:33.602818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159dc008-d339-492c-8df8-a0654a44d9fb/?format=api"
        }
    ]
}