GET /api/bet_types/1c37a94c-f3df-46e2-95d5-48ea9f992fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c37a94c-f3df-46e2-95d5-48ea9f992fcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a646926f-1b2f-4745-a680-78827405326a/?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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8509219d-3fe3-4893-8c13-a520df3aba5a",
            "gambit_id": "57624ff1-0e17-49a4-b9f7-9c009ceb63b3",
            "last_updated": "2022-11-19T10:38:46.108273-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c37a94c-f3df-46e2-95d5-48ea9f992fcf/?format=api"
        },
        {
            "id": "ac4443f7-3cab-489e-9d7c-c5f937779d5e",
            "gambit_id": "aa2b3966-1fde-48c1-91c5-5a22ebf602e3",
            "last_updated": "2022-11-19T10:38:46.109413-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c37a94c-f3df-46e2-95d5-48ea9f992fcf/?format=api"
        }
    ]
}