GET /api/bet_types/3a6bb68a-8d56-4ecc-988b-56739b410f2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a6bb68a-8d56-4ecc-988b-56739b410f2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/423eca69-d00d-4e2c-ac41-5682fd53cc0f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:09.768820-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": "Vancouver Canucks",
                "amount": 6090.0
            },
            {
                "team": "New York Rangers",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "11a5e46f-b86f-4dee-80a9-4e38e42b5542",
            "gambit_id": "a67fdea8-2178-43e0-89b5-6866346a3f9c",
            "last_updated": "2023-10-30T13:28:22.496507-04:00",
            "created_at": "2023-10-28T09:08:09.777035-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6bb68a-8d56-4ecc-988b-56739b410f2d/?format=api"
        },
        {
            "id": "d771713c-a5a8-4e3f-8288-c97e36c52b55",
            "gambit_id": "d1162b8c-df7d-42aa-bcc8-1b6f76c267c5",
            "last_updated": "2023-10-30T13:28:22.492673-04:00",
            "created_at": "2023-10-28T09:08:09.772900-04:00",
            "name": "New York Rangers",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6bb68a-8d56-4ecc-988b-56739b410f2d/?format=api"
        }
    ]
}