GET /api/bet_types/54de8106-3dec-4c62-8391-dfa2bc6fc961/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54de8106-3dec-4c62-8391-dfa2bc6fc961",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddc4da9d-610d-4245-849b-d52f0e420fe0/?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": "Boise State",
                "amount": 5000.0
            },
            {
                "team": "San Diego State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebd846b1-f5ce-4f37-b207-74a4d6b11462",
            "gambit_id": "ca38a76c-0659-48e5-8f1f-6f11f6c1146e",
            "last_updated": "2022-10-01T09:12:43.248840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54de8106-3dec-4c62-8391-dfa2bc6fc961/?format=api"
        },
        {
            "id": "bfd7d33f-6193-4ce8-ba38-8a924ffc349a",
            "gambit_id": "a51f7866-da62-417a-8980-83ff7f141551",
            "last_updated": "2022-10-01T09:12:43.247886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54de8106-3dec-4c62-8391-dfa2bc6fc961/?format=api"
        }
    ]
}