GET /api/bet_types/4ee152db-1b63-4fa5-bb0e-287b313e633b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ee152db-1b63-4fa5-bb0e-287b313e633b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a287783-9cf4-406a-9613-3904dd800276/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:51.159190-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": "Ottawa Senators",
                "amount": 6960.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3040.0
            }
        ],
        "expected_reward_tokens": 9604.8,
        "profit_sb": 104.8,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "74c6f271-3246-454b-84d0-674f28860e0a",
            "gambit_id": "0a7d9882-5ba8-4fcb-a5cf-90ee083f3c3e",
            "last_updated": "2023-01-19T09:37:18.273890-05:00",
            "created_at": "2023-01-18T09:16:51.160480-05:00",
            "name": "Ottawa Senators",
            "reward": "1.38000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee152db-1b63-4fa5-bb0e-287b313e633b/?format=api"
        },
        {
            "id": "0e9d9caa-2968-4bcb-846c-508080cadf30",
            "gambit_id": "53495254-a6ea-413a-996e-75f71eafd7dd",
            "last_updated": "2023-01-19T09:37:18.275004-05:00",
            "created_at": "2023-01-18T09:16:51.161970-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "3.16000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee152db-1b63-4fa5-bb0e-287b313e633b/?format=api"
        }
    ]
}