GET /api/bet_types/1cb872c1-51fd-4e2a-ac0a-6e6cd9c61489/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cb872c1-51fd-4e2a-ac0a-6e6cd9c61489",
    "match": "https://api-prod.gambitprofit.com/api/matches/2738d5a5-7a58-412b-a38d-30b2b4d58a8d/?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": "New York Jets",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf1ed5fa-8a5a-4ae3-a10d-9c5cfc38013f",
            "gambit_id": "edcffaa8-03f5-44dc-8951-babca7b76a9f",
            "last_updated": "2022-10-24T10:47:23.946964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb872c1-51fd-4e2a-ac0a-6e6cd9c61489/?format=api"
        },
        {
            "id": "1450909a-fc7c-40ee-8b40-27441f47fafd",
            "gambit_id": "f9703da2-a23b-45fd-b279-754870728ae9",
            "last_updated": "2022-10-24T10:47:23.945965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb872c1-51fd-4e2a-ac0a-6e6cd9c61489/?format=api"
        }
    ]
}