GET /api/bet_types/4756789c-3733-4772-ba4e-591a93d6ee4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4756789c-3733-4772-ba4e-591a93d6ee4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/205b74ff-26fe-489c-8629-6e988b0771c0/?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": "Illinois",
                "amount": 5000.0
            },
            {
                "team": "Michigan State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc5cbb67-9328-4fe4-8d75-c891b3dce6d6",
            "gambit_id": "5a763cf0-9bdb-4766-add9-a675afaf1b00",
            "last_updated": "2022-11-06T09:08:25.019880-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4756789c-3733-4772-ba4e-591a93d6ee4c/?format=api"
        },
        {
            "id": "27cdd2f3-3c26-455f-8df4-8abe8f296d9a",
            "gambit_id": "a264c8e3-c078-43cc-a4a6-dab432dd25b6",
            "last_updated": "2022-11-06T09:08:25.020892-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4756789c-3733-4772-ba4e-591a93d6ee4c/?format=api"
        }
    ]
}