GET /api/bet_types/7d5afb47-15a2-4ce6-bb2a-f226da7a86ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d5afb47-15a2-4ce6-bb2a-f226da7a86ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/52d08f75-ce7b-4a18-ae79-2ffe4426e648/?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": "TEX",
                "amount": 5899.0
            },
            {
                "team": "CLE",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "19d050fd-d2f4-4bad-8f98-3fab71e8fb9c",
            "gambit_id": "d9665a4d-1a4d-403e-acc0-8089b14c2677",
            "last_updated": "2022-09-25T21:46:55.554673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d5afb47-15a2-4ce6-bb2a-f226da7a86ae/?format=api"
        },
        {
            "id": "3ba786ec-7d4b-40c9-a39f-06ac393b74ec",
            "gambit_id": "f683d906-e5d5-475a-a73e-f975cbec851c",
            "last_updated": "2022-09-25T21:46:55.555864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d5afb47-15a2-4ce6-bb2a-f226da7a86ae/?format=api"
        }
    ]
}