GET /api/bet_types/9506fa8d-4265-499d-8118-13c11fa10e93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9506fa8d-4265-499d-8118-13c11fa10e93",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d28427-a8ac-4c76-a281-def671dfd24b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:02.342461-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": "Vancouver Canucks",
                "amount": 6611.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6c06a76-97d1-461b-a4be-e0ee766c5a96",
            "gambit_id": "38237b67-5f22-4ae8-bc48-7ee5249bfe53",
            "last_updated": "2023-02-24T12:41:55.717136-05:00",
            "created_at": "2023-02-23T09:07:02.345918-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9506fa8d-4265-499d-8118-13c11fa10e93/?format=api"
        },
        {
            "id": "7b10d155-beeb-4e7e-b431-3ae94a2eec79",
            "gambit_id": "7e31b6ea-9905-4981-8bbe-182c2214a4c8",
            "last_updated": "2023-02-24T12:41:55.715934-05:00",
            "created_at": "2023-02-23T09:07:02.343695-05:00",
            "name": "St Louis Blues",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9506fa8d-4265-499d-8118-13c11fa10e93/?format=api"
        }
    ]
}