GET /api/bet_types/8d22f12b-d1c6-4bd2-bc6f-c8d96c983959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d22f12b-d1c6-4bd2-bc6f-c8d96c983959",
    "match": "https://api-prod.gambitprofit.com/api/matches/c592e836-4eb3-4cbc-875a-038b787cd173/?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": "Louisiana Tech",
                "amount": 5000.0
            },
            {
                "team": "Charlotte",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbb0a877-5809-4fd1-abf2-36d96bee500f",
            "gambit_id": "27e2ea3c-00bb-4c12-9c11-b3beb940503e",
            "last_updated": "2022-11-21T11:48:47.507875-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d22f12b-d1c6-4bd2-bc6f-c8d96c983959/?format=api"
        },
        {
            "id": "e7720743-569e-40db-ad54-87d5482137c8",
            "gambit_id": "57c4f82a-c78d-44be-9f59-fea31a924abf",
            "last_updated": "2022-11-21T11:48:47.506889-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d22f12b-d1c6-4bd2-bc6f-c8d96c983959/?format=api"
        }
    ]
}