GET /api/bet_types/95d12bb8-e807-4340-9b71-12749e383793/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95d12bb8-e807-4340-9b71-12749e383793",
    "match": "https://api-prod.gambitprofit.com/api/matches/d850dc1b-8b47-4a25-9a5f-84ee240d4703/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-09T09:02:01.677312-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": "Charlotte Hornets",
                "amount": 6163.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab12f617-95a9-40b0-a6ad-fcffb0ee08cc",
            "gambit_id": "c35127ac-3ad7-4686-9f77-eab64d25d87b",
            "last_updated": "2023-03-10T09:57:20.821509-05:00",
            "created_at": "2023-03-09T09:02:01.680884-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95d12bb8-e807-4340-9b71-12749e383793/?format=api"
        },
        {
            "id": "442d1d0e-8271-405f-a058-d9ca5a9afc9e",
            "gambit_id": "e531161d-56d5-4c65-88cb-c06d71f97663",
            "last_updated": "2023-03-10T09:57:20.820295-05:00",
            "created_at": "2023-03-09T09:02:01.679434-05:00",
            "name": "Detroit Pistons",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95d12bb8-e807-4340-9b71-12749e383793/?format=api"
        }
    ]
}