GET /api/bet_types/dcca5a05-12e8-4a1f-b16b-acf57ee26ea7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcca5a05-12e8-4a1f-b16b-acf57ee26ea7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f26f581-be98-4bd3-866f-f3f2bc7dd636/?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": "TEX",
                "amount": 5301.0
            },
            {
                "team": "BOS",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "fcb95092-efb4-4bb6-9acd-2293785b87a4",
            "gambit_id": "438c58d0-c3a4-41c7-b7b7-3f725135bcaa",
            "last_updated": "2022-09-03T19:02:17.807051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcca5a05-12e8-4a1f-b16b-acf57ee26ea7/?format=api"
        },
        {
            "id": "d600bf96-1da9-4df6-b8fe-f1ce0c6979a1",
            "gambit_id": "af847af0-4e2f-4046-972a-6d210761726a",
            "last_updated": "2022-09-03T19:02:17.805900-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcca5a05-12e8-4a1f-b16b-acf57ee26ea7/?format=api"
        }
    ]
}