GET /api/bet_types/8e607937-fc7b-4666-b747-7d480073f5ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e607937-fc7b-4666-b747-7d480073f5ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/8aa47aa7-4c8a-4a59-aafc-c5c633e94872/?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": "SFO (C Rodon)",
                "amount": 6512.0
            },
            {
                "team": "DET (D Hutchison)",
                "amount": 3488.0
            }
        ],
        "expected_reward_tokens": 9312.16,
        "profit_sb": 312.16,
        "profit_sb_percentage": 3.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "8357d825-03b2-4efb-a917-e05468abd3a3",
            "gambit_id": "a76b279f-b95c-476b-b7b6-4c303be1b7ac",
            "last_updated": "2022-08-24T10:32:13.430548-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (C Rodon)",
            "reward": "1.43000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e607937-fc7b-4666-b747-7d480073f5ab/?format=api"
        },
        {
            "id": "2cbc6100-acff-448d-9526-80a4a289f5c6",
            "gambit_id": "40c272e7-2df2-4f06-92ef-b8adc9a92b7e",
            "last_updated": "2022-08-24T10:32:13.430078-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Hutchison)",
            "reward": "2.67000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e607937-fc7b-4666-b747-7d480073f5ab/?format=api"
        }
    ]
}