GET /api/bet_types/f5ff22da-6dcc-40f6-850c-294708cc9f22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5ff22da-6dcc-40f6-850c-294708cc9f22",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1c315cc-bd21-4123-903d-e17a56323394/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-28T09:58:21.047677-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ce4c0ac-6ee4-4bf5-84f3-ce37dd509230",
            "gambit_id": "76490f49-ff7f-4123-8ca2-6e51c0852262",
            "last_updated": "2024-01-29T22:23:12.983226-05:00",
            "created_at": "2024-01-28T09:58:21.056166-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ff22da-6dcc-40f6-850c-294708cc9f22/?format=api"
        },
        {
            "id": "6a0a97c9-ea63-43b1-add3-5c264b049232",
            "gambit_id": "592e8ff6-ac48-416b-947c-e77961138b2b",
            "last_updated": "2024-01-29T22:23:12.987144-05:00",
            "created_at": "2024-01-28T09:58:21.063178-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ff22da-6dcc-40f6-850c-294708cc9f22/?format=api"
        }
    ]
}