GET /api/bet_types/164b3133-f82e-4a74-afc9-88ad34aa173b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "164b3133-f82e-4a74-afc9-88ad34aa173b",
    "match": "https://api-prod.gambitprofit.com/api/matches/468d343f-f659-4347-8e6b-86280000abeb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:15.374797-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": "Cincinnati Bengals",
                "amount": 6154.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ed83b05-c54d-4166-a8db-44e34e320fbd",
            "gambit_id": "c73b66b7-e34b-4a20-9375-e9674460d99a",
            "last_updated": "2023-10-09T15:48:14.237775-04:00",
            "created_at": "2023-10-03T10:18:15.397478-04:00",
            "name": "Cincinnati Bengals",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164b3133-f82e-4a74-afc9-88ad34aa173b/?format=api"
        },
        {
            "id": "86a6d449-b521-4ca6-a57e-7bf40fa293a5",
            "gambit_id": "90f4f7ee-baf1-4ba5-ab9a-776c45b59985",
            "last_updated": "2023-10-09T15:48:14.241716-04:00",
            "created_at": "2023-10-03T10:18:15.403467-04:00",
            "name": "Arizona Cardinals",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164b3133-f82e-4a74-afc9-88ad34aa173b/?format=api"
        }
    ]
}