GET /api/bet_types/6cf2ee7e-fcea-434f-989a-3436a34359ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cf2ee7e-fcea-434f-989a-3436a34359ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/76d039c1-624b-4d63-a520-da5ece4edc47/?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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "965a25ff-5ef1-4c45-86a2-043e9347a637",
            "gambit_id": "6154cf22-42ff-44ad-b93b-3b7904e78d51",
            "last_updated": "2022-12-19T13:37:01.863508-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cf2ee7e-fcea-434f-989a-3436a34359ad/?format=api"
        },
        {
            "id": "09bfdc46-d004-4269-aada-ee73ec28837f",
            "gambit_id": "cb1fbc8f-bfd6-4aa1-86ee-17768de4e250",
            "last_updated": "2022-12-19T13:37:01.864762-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cf2ee7e-fcea-434f-989a-3436a34359ad/?format=api"
        }
    ]
}