GET /api/bet_types/79bab6f4-7f22-4135-8c1b-d9c09fb6db4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79bab6f4-7f22-4135-8c1b-d9c09fb6db4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/40dc945c-aea7-4cef-b7e4-6499e9ccdb7d/?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": "Bowling Green",
                "amount": 5000.0
            },
            {
                "team": "Central Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0a1d4f1-ca05-4f4e-be67-40ebf3128ab7",
            "gambit_id": "83f05224-8af1-4fe4-9205-f40c84bbf82f",
            "last_updated": "2022-10-23T12:47:19.627503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79bab6f4-7f22-4135-8c1b-d9c09fb6db4d/?format=api"
        },
        {
            "id": "71b59782-2a66-4292-be77-daa0713f9523",
            "gambit_id": "08bb20a2-7e92-44e4-8bd0-a39b548a4d96",
            "last_updated": "2022-10-23T12:47:19.626489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79bab6f4-7f22-4135-8c1b-d9c09fb6db4d/?format=api"
        }
    ]
}