GET /api/bet_types/bbf484c8-0aeb-4f0b-846b-bb4b7e677556/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbf484c8-0aeb-4f0b-846b-bb4b7e677556",
    "match": "https://api-prod.gambitprofit.com/api/matches/2aa236f2-2625-4e5c-b1f4-3fdaedec2057/?format=api",
    "name": "Pick the Winner",
    "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": 6025.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ab64819-e159-4128-b01b-68a376bd113d",
            "gambit_id": "180c2a72-6619-47af-8d7c-3445a0491619",
            "last_updated": "2022-10-26T09:42:12.331542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf484c8-0aeb-4f0b-846b-bb4b7e677556/?format=api"
        },
        {
            "id": "ff1f2f2c-54e9-433a-812d-2bc1e8a799cc",
            "gambit_id": "271cd3b1-fc0a-4702-8360-92bf6146ff9b",
            "last_updated": "2022-10-26T09:42:12.330559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf484c8-0aeb-4f0b-846b-bb4b7e677556/?format=api"
        }
    ]
}