GET /api/bet_types/dec58e6a-2e90-40f2-b408-4f9ab2ac2323/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dec58e6a-2e90-40f2-b408-4f9ab2ac2323",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d307625-edbb-4d64-b999-98d0d0fed805/?format=api",
    "name": "Pick the Winner",
    "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": "Detroit Lions",
                "amount": 5571.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "3cb7cc12-f0ea-40e1-b0de-431e5aa6fbbd",
            "gambit_id": "a8293777-b1a6-4e7f-93b3-d9bd0c2ccf2b",
            "last_updated": "2022-12-12T10:22:12.948664-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dec58e6a-2e90-40f2-b408-4f9ab2ac2323/?format=api"
        },
        {
            "id": "063a73b9-b196-46af-a23c-f90be45c68d2",
            "gambit_id": "c8e53ac2-ce36-45a2-9665-ce22f91fa225",
            "last_updated": "2022-12-12T10:22:12.950070-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dec58e6a-2e90-40f2-b408-4f9ab2ac2323/?format=api"
        }
    ]
}