GET /api/bet_types/d2a56122-91c8-4397-b68c-c8889565aa5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2a56122-91c8-4397-b68c-c8889565aa5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce261a08-5f3f-4800-937c-a942a905ccf9/?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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": 400.0,
        "profit_sb_percentage": 4.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "62e5e2f3-e4a3-4c5c-909f-8a1a35d2e266",
            "gambit_id": "3e8670ab-8c68-4013-84be-fbb753d976bb",
            "last_updated": "2022-11-02T10:48:12.349502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a56122-91c8-4397-b68c-c8889565aa5c/?format=api"
        },
        {
            "id": "46b2ec71-2c8a-42a8-87e0-c1b78f48fccd",
            "gambit_id": "6da24398-c4f2-4470-8a38-0fd60612d729",
            "last_updated": "2022-11-02T10:48:12.350426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a56122-91c8-4397-b68c-c8889565aa5c/?format=api"
        }
    ]
}