GET /api/bet_types/027f40dd-f0d3-4117-923b-f462a36d54b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "027f40dd-f0d3-4117-923b-f462a36d54b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/11f11f46-dc64-4f02-b54f-1f984d75c483/?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": "Cleveland Browns",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "99618789-6291-4330-865c-dd24103d5799",
            "gambit_id": "d172de2d-982c-4008-bdb2-137153f15a19",
            "last_updated": "2022-11-21T15:48:08.389395-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027f40dd-f0d3-4117-923b-f462a36d54b1/?format=api"
        },
        {
            "id": "6e792b1b-1b9c-41a0-9e62-c0bcbe4af7c8",
            "gambit_id": "782a0a38-0d38-4dd8-90bf-22beb685860e",
            "last_updated": "2022-11-21T15:48:08.388430-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027f40dd-f0d3-4117-923b-f462a36d54b1/?format=api"
        }
    ]
}