GET /api/bet_types/3bca9d00-b20a-4864-9be3-85612754375b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bca9d00-b20a-4864-9be3-85612754375b",
    "match": "https://api-prod.gambitprofit.com/api/matches/36e37dcf-74c1-43c1-8303-4eaaf35dd477/?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": "TAM (S McClanahan)",
                "amount": 5588.0
            },
            {
                "team": "TOR (R Stripling)",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "bfe8af74-9254-479a-934e-749b5af04fcf",
            "gambit_id": "04ca37df-68ab-4a36-a71f-70473845630e",
            "last_updated": "2022-09-26T10:32:11.614766-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bca9d00-b20a-4864-9be3-85612754375b/?format=api"
        },
        {
            "id": "72b1e03b-fd3d-4df7-8de9-f78765afa093",
            "gambit_id": "c0d711dc-ea2b-449b-b98a-3aeca0799f63",
            "last_updated": "2022-09-26T10:32:11.615892-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (R Stripling)",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bca9d00-b20a-4864-9be3-85612754375b/?format=api"
        }
    ]
}