GET /api/bet_types/946759a2-efbf-4778-8a62-e3184cb8578b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "946759a2-efbf-4778-8a62-e3184cb8578b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9a00b09-44d6-471f-bc23-5b9f56135c28/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:22:01.033576-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": "Tampa Bay Lightning",
                "amount": 6802.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3198.0
            }
        ],
        "expected_reward_tokens": 9114.3,
        "profit_sb": 114.3,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "92c06b4b-43cb-4a74-b24f-89db082a29cc",
            "gambit_id": "34e94689-5f83-4a94-bf47-f466dc91e762",
            "last_updated": "2023-01-13T11:47:14.837023-05:00",
            "created_at": "2023-01-12T08:22:01.034641-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/946759a2-efbf-4778-8a62-e3184cb8578b/?format=api"
        },
        {
            "id": "476ea3d3-1bc8-4998-aedb-0ae566173fc3",
            "gambit_id": "55fd7a0f-5a39-492c-96f8-fb2dd2929eeb",
            "last_updated": "2023-01-13T11:47:14.838330-05:00",
            "created_at": "2023-01-12T08:22:01.035772-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.85000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/946759a2-efbf-4778-8a62-e3184cb8578b/?format=api"
        }
    ]
}