GET /api/bet_types/343d20df-9949-4143-a7b2-cf3982226f15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "343d20df-9949-4143-a7b2-cf3982226f15",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d90a964-b233-4f62-a2c9-550949791048/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:21:59.819367-04: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": "Detroit Red Wings",
                "amount": 6020.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f2c0b68-4d76-4818-8588-6654ed895144",
            "gambit_id": "0746b807-59bb-41e5-9a63-7780297da26a",
            "last_updated": "2023-04-11T13:47:19.757704-04:00",
            "created_at": "2023-04-10T11:21:59.821026-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/343d20df-9949-4143-a7b2-cf3982226f15/?format=api"
        },
        {
            "id": "7ed6e694-9b86-4006-afc6-89129aeda402",
            "gambit_id": "ddfd7f69-58f7-4993-82d2-b67afadccd7c",
            "last_updated": "2023-04-11T13:47:19.759317-04:00",
            "created_at": "2023-04-10T11:21:59.823032-04:00",
            "name": "Dallas Stars",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/343d20df-9949-4143-a7b2-cf3982226f15/?format=api"
        }
    ]
}