GET /api/bet_types/41bcc3d3-3df9-4b7d-8c4f-373e0b26a7ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41bcc3d3-3df9-4b7d-8c4f-373e0b26a7ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/0882d53b-2918-4589-a204-e53cfabd9f79/?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": "TAM",
                "amount": 5753.0
            },
            {
                "team": "HOU",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2a65576-ce87-4767-81d6-c241a6f1d761",
            "gambit_id": "b9a5db12-a587-4268-bd04-a620b2195e7d",
            "last_updated": "2022-10-02T15:17:07.186881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41bcc3d3-3df9-4b7d-8c4f-373e0b26a7ca/?format=api"
        },
        {
            "id": "544f06c1-e4a8-4d01-bdc5-76219ee00210",
            "gambit_id": "2ab2947a-9871-4409-96f2-47d57e510b1f",
            "last_updated": "2022-10-02T15:17:07.185895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41bcc3d3-3df9-4b7d-8c4f-373e0b26a7ca/?format=api"
        }
    ]
}