GET /api/bet_types/b4323032-2256-47d2-a8ec-58594a03a70b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4323032-2256-47d2-a8ec-58594a03a70b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f54c8356-2757-4e6d-8252-e9fa57237bc4/?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": "Tampa Bay Buccaneers",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef2b126a-f874-43bc-befc-9b011943409d",
            "gambit_id": "2375d2b1-1da6-4e3d-ac72-7f1c292f9f04",
            "last_updated": "2022-10-28T09:16:58.585506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4323032-2256-47d2-a8ec-58594a03a70b/?format=api"
        },
        {
            "id": "30ce2e5f-536b-40f0-9e35-cf32f5680877",
            "gambit_id": "b9f11d2d-4a04-4d82-a1ff-5d321c61da46",
            "last_updated": "2022-10-28T09:16:58.586544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4323032-2256-47d2-a8ec-58594a03a70b/?format=api"
        }
    ]
}