GET /api/bet_types/3f368939-cb7d-49d8-ad60-fe0eb057ea39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f368939-cb7d-49d8-ad60-fe0eb057ea39",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f8beaee-b847-4115-b794-ffa8b7467452/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:08.586556-04: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": "Minnesota Wild",
                "amount": 7158.0
            },
            {
                "team": "Dallas Stars",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "448dfa02-38c9-4d0b-97da-6f0da237c204",
            "gambit_id": "252f05b0-f958-4696-a39d-c130850d1d1c",
            "last_updated": "2023-04-22T13:07:14.866292-04:00",
            "created_at": "2023-04-21T12:32:08.587988-04:00",
            "name": "Minnesota Wild",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f368939-cb7d-49d8-ad60-fe0eb057ea39/?format=api"
        },
        {
            "id": "b261d713-6ca4-40a5-9aa3-d83d9d7aa5d9",
            "gambit_id": "1f4b2974-ff83-4585-a71a-3862ddc20514",
            "last_updated": "2023-04-22T13:07:14.868031-04:00",
            "created_at": "2023-04-21T12:32:08.589481-04:00",
            "name": "Dallas Stars",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f368939-cb7d-49d8-ad60-fe0eb057ea39/?format=api"
        }
    ]
}