GET /api/bet_types/4901cb1a-960e-405b-99b4-bddde0d4b786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4901cb1a-960e-405b-99b4-bddde0d4b786",
    "match": "https://api-prod.gambitprofit.com/api/matches/a635f134-ca4a-4539-b5e1-d5663030e390/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cd3221a-d5f2-4e35-8878-2cb08b1cc88f",
            "gambit_id": "41c5df8e-4cc6-40b4-8360-c6c04262093d",
            "last_updated": "2022-10-31T11:02:11.670422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4901cb1a-960e-405b-99b4-bddde0d4b786/?format=api"
        },
        {
            "id": "9008d7c5-3969-457c-a263-a728599f9785",
            "gambit_id": "7de54528-3255-471b-a2b3-3b2661ebf50c",
            "last_updated": "2022-10-31T11:02:11.671355-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4901cb1a-960e-405b-99b4-bddde0d4b786/?format=api"
        }
    ]
}