GET /api/bet_types/16255136-cbaf-4f3e-8fc8-040c74d37c9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16255136-cbaf-4f3e-8fc8-040c74d37c9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/03923123-d0a4-4cd3-9305-7fdd73192985/?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": "Miami Florida",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1a337bb-a6fe-4401-96be-430be177eca2",
            "gambit_id": "35010627-380b-45c8-ad99-f7c83ffb0868",
            "last_updated": "2022-11-28T09:22:05.203526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16255136-cbaf-4f3e-8fc8-040c74d37c9e/?format=api"
        },
        {
            "id": "26a04d5d-79bb-43ec-aa4b-ad4209f5e09b",
            "gambit_id": "8fd269dd-b5d9-4e91-9f20-3467bd09bb94",
            "last_updated": "2022-11-28T09:22:05.204484-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16255136-cbaf-4f3e-8fc8-040c74d37c9e/?format=api"
        }
    ]
}