GET /api/bet_types/7e053237-81cc-489d-b847-a6b0dd4ef090/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e053237-81cc-489d-b847-a6b0dd4ef090",
    "match": "https://api-prod.gambitprofit.com/api/matches/69348857-3735-4acb-9721-4b9b67b39521/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:13.348575-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": "Anaheim Ducks",
                "amount": 5106.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "93841904-0073-4e20-a52c-c18a3e16ca4b",
            "gambit_id": "49a5ff48-dab9-49dc-a326-892b4585480e",
            "last_updated": "2023-01-23T10:26:49.178362-05:00",
            "created_at": "2023-01-21T10:22:13.351236-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e053237-81cc-489d-b847-a6b0dd4ef090/?format=api"
        },
        {
            "id": "95462bcb-b6e8-4c45-ae41-be7246401b7e",
            "gambit_id": "62516396-ebff-4082-aef0-59cac76c2dc9",
            "last_updated": "2023-01-23T10:26:49.176523-05:00",
            "created_at": "2023-01-21T10:22:13.349895-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e053237-81cc-489d-b847-a6b0dd4ef090/?format=api"
        }
    ]
}