GET /api/bet_types/7fbb6ea1-1bf0-4e8f-9f81-c32fc75145dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fbb6ea1-1bf0-4e8f-9f81-c32fc75145dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/e91864bf-6a87-4bdc-80bf-b2e95a47e296/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Vegas Golden Knights",
                "amount": 6235.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "13d70953-94fd-445a-a2d4-d1d1fc5c7c74",
            "gambit_id": "a6cd58c5-d7ca-4659-b3cb-2246c662e061",
            "last_updated": "2022-10-19T09:37:26.650359-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbb6ea1-1bf0-4e8f-9f81-c32fc75145dc/?format=api"
        },
        {
            "id": "439212ff-f1ec-4a0e-95c2-68214a50b011",
            "gambit_id": "9660bbd1-2771-4ef6-a2fc-d8896fd51d30",
            "last_updated": "2022-10-19T09:37:26.649304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbb6ea1-1bf0-4e8f-9f81-c32fc75145dc/?format=api"
        }
    ]
}