GET /api/bet_types/3054afe7-1dd9-435b-9740-664cf15fa67e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3054afe7-1dd9-435b-9740-664cf15fa67e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6189c9a-32f1-4c0c-a611-61a1f215d04a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T12:17:24.217150-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": "MIA (S Alcantara)",
                "amount": 5490.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "014cf790-5cc7-48e6-8a58-c3576f022120",
            "gambit_id": "7572c194-e7b5-4a0d-9c57-3240492d7934",
            "last_updated": "2023-04-18T12:12:07.912601-04:00",
            "created_at": "2023-04-16T12:17:24.220184-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3054afe7-1dd9-435b-9740-664cf15fa67e/?format=api"
        },
        {
            "id": "22d4bd66-28a3-4c46-a440-9879b02b65e5",
            "gambit_id": "9a0997a1-a87f-47b4-9c6f-6426b13bab3c",
            "last_updated": "2023-04-18T12:12:07.914314-04:00",
            "created_at": "2023-04-16T12:17:24.222706-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3054afe7-1dd9-435b-9740-664cf15fa67e/?format=api"
        }
    ]
}