GET /api/bet_types/d02409a4-e660-4ad7-b64b-0cd69afebfed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d02409a4-e660-4ad7-b64b-0cd69afebfed",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2ea1b7f-cb16-4d0a-b152-98d8630070a2/?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": "Nashville Predators",
                "amount": 6104.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 583.28,
        "profit_sb_percentage": 6.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "80631801-1d77-4e29-b001-aef7f8253616",
            "gambit_id": "76da91c9-226e-4de6-ae28-a332438d6b74",
            "last_updated": "2022-11-02T10:52:36.972469-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d02409a4-e660-4ad7-b64b-0cd69afebfed/?format=api"
        },
        {
            "id": "1ad82142-4de1-4845-8f7a-416d1b7f46c5",
            "gambit_id": "49ddc1c0-73c0-40c9-8f1a-9ee6ed51b919",
            "last_updated": "2022-11-02T10:52:36.971495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d02409a4-e660-4ad7-b64b-0cd69afebfed/?format=api"
        }
    ]
}